Searched refs:nConversionOptions (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/i18npool/source/textconversion/ |
H A D | textconversion_zh.cxx | 75 } else if (nConversionOptions & TextConversionOption::USE_CHARACTER_VARIANTS) { in getCharConversion() 110 if (nConversionOptions & TextConversionOption::USE_CHARACTER_VARIANTS) { in getWordConversion() 120 return getCharConversion(aText, nStartPos, nLength, toSChinese, nConversionOptions); in getWordConversion() 139 nConversionOptions); in getWordConversion() 224 const Locale& rLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions) in getConversions() argument 239 const Locale& rLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions) in getConversion() argument 249 if (nConversionOptions & TextConversionOption::CHARACTER_BY_CHARACTER) in getConversion() 251 return getCharConversion(aText, nStartPos, nLength, toSChinese, nConversionOptions); in getConversion() 255 … return getWordConversion(aText, nStartPos, nLength, toSChinese, nConversionOptions, offset); in getConversion() 273 if (nConversionOptions & TextConversionOption::CHARACTER_BY_CHARACTER) { in getConversionWithOffset() [all …]
|
H A D | textconversion_ko.cxx | 204 const Locale& aLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions) in getConversions() argument 243 if (nConversionOptions & TextConversionOption::CHARACTER_BY_CHARACTER) { in getConversions() 255 …aLocale, ConversionDictionaryType::HANGUL_HANJA, eDirection, nConversionOptions); // user dictiona… in getConversions() 268 … candidates = xCD->getConversions(aText, start + nStartPos, len, eDirection, nConversionOptions); in getConversions() 294 const Locale& aLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions) in getConversion() argument 310 …onversions(aText, start, length + nStartPos - start, aLocale, nConversionType, nConversionOptions); in getConversion() 328 …const Locale& rLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions, Sequence<sal_Int32… in getConversionWithOffset() argument 332 return getConversion(aText, nStartPos, nLength, rLocale, nConversionType, nConversionOptions); in getConversionWithOffset()
|
H A D | textconversionImpl.cxx | 38 const Locale& rLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions) in getConversions() argument 46 …eturn xTC->getConversions(aText, nStartPos, nLength, rLocale, nConversionType, nConversionOptions); in getConversions() 51 const Locale& rLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions) in getConversion() argument 59 …return xTC->getConversion(aText, nStartPos, nLength, rLocale, nConversionType, nConversionOptions); in getConversion() 64 …const Locale& rLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions, Sequence< sal_Int3… in getConversionWithOffset() argument 72 …versionWithOffset(aText, nStartPos, nLength, rLocale, nConversionType, nConversionOptions, offset); in getConversionWithOffset()
|
/aoo42x/main/i18npool/inc/ |
H A D | textconversion.hxx | 197 …Int32 nStartPos, sal_Int32 nLength, sal_Bool toSChinese, sal_Int32 nConversionOptions, com::sun::s… 198 … aText, sal_Int32 nStartPos, sal_Int32 nLength, sal_Bool toSChinese, sal_Int32 nConversionOptions);
|
Completed in 31 milliseconds