Searched refs:toSChinese (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/i18npool/source/textconversion/ |
H A D | textconversion_zh.cxx | 67 …onst OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength, sal_Bool toSChinese, sal_Int32 nConv… in getCharConversion() argument 72 if (toSChinese) { in getCharConversion() 102 if (toSChinese) { in getWordConversion() 120 return getCharConversion(aText, nStartPos, nLength, toSChinese, nConversionOptions); in getWordConversion() 182 if (toSChinese) // Traditionary/Simplified conversion, in getWordConversion() 247 sal_Bool toSChinese = nConversionType == TextConversionType::TO_SCHINESE; in getConversion() local 251 return getCharConversion(aText, nStartPos, nLength, toSChinese, nConversionOptions); in getConversion() 255 … return getWordConversion(aText, nStartPos, nLength, toSChinese, nConversionOptions, offset); in getConversion() 271 sal_Bool toSChinese = nConversionType == TextConversionType::TO_SCHINESE; in getConversionWithOffset() local 276 return getCharConversion(aText, nStartPos, nLength, toSChinese, nConversionOptions); in getConversionWithOffset() [all …]
|
/aoo4110/main/i18npool/inc/ |
H A D | textconversion.hxx | 197 …sal_Int32 nStartPos, sal_Int32 nLength, sal_Bool toSChinese, sal_Int32 nConversionOptions, com::su… 198 …tl:: OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength, sal_Bool toSChinese, sal_Int32 nConv…
|
Completed in 24 milliseconds