Lines Matching refs:aText

67 TextConversion_zh::getCharConversion(const OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength,…  in getCharConversion()  argument
86 getOneCharConversion(aText[nStartPos+i], Data, Index); in getCharConversion()
91 TextConversion_zh::getWordConversion(const OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength,… in getWordConversion() argument
120 return getCharConversion(aText, nStartPos, nLength, toSChinese, nConversionOptions); in getWordConversion()
130 OUString word = aText.copy(nStartPos + currPos, len); in getWordConversion()
211 getOneCharConversion(aText[nStartPos+currPos], charData, charIndex); in getWordConversion()
223 TextConversion_zh::getConversions( const OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength, in getConversions() argument
230 …result.Candidates[0] = getConversion( aText, nStartPos, nLength, rLocale, nConversionType, nConver… in getConversions()
238 TextConversion_zh::getConversion( const OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength, in getConversion() argument
251 return getCharConversion(aText, nStartPos, nLength, toSChinese, nConversionOptions); in getConversion()
255 … return getWordConversion(aText, nStartPos, nLength, toSChinese, nConversionOptions, offset); in getConversion()
262 TextConversion_zh::getConversionWithOffset( const OUString& aText, sal_Int32 nStartPos, sal_Int32 n… in getConversionWithOffset() argument
276 return getCharConversion(aText, nStartPos, nLength, toSChinese, nConversionOptions); in getConversionWithOffset()
281 … return getWordConversion(aText, nStartPos, nLength, toSChinese, nConversionOptions, offset); in getConversionWithOffset()