Lines Matching refs:toSChinese
67 …onst OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength, sal_Bool toSChinese, sal_Int32 nConv… in getCharConversion() argument
72 if (toSChinese) { in getCharConversion()
91 …onst OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength, sal_Bool toSChinese, sal_Int32 nConv… in getWordConversion() argument
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()
281 … return getWordConversion(aText, nStartPos, nLength, toSChinese, nConversionOptions, offset); in getConversionWithOffset()