Lines Matching refs:aText

123 TextConversion_ko::getCharConversions(const OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength…  in getCharConversions()  argument
133 ch = aText[nStartPos]; in getCharConversions()
160 ch = aText[nStartPos + count]; in getCharConversions()
203 TextConversion_ko::getConversions( const OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength, in getConversions() argument
214 sal_Int32 start, end, length = aText.getLength() - nStartPos; in getConversions()
233 scriptType = checkScriptType(aText[nStartPos + start]); in getConversions()
244 …result.Candidates = getCharConversions(aText, nStartPos + start, len, toHanja); // char2char conve… in getConversions()
247 if (checkScriptType(aText[nStartPos + end]) != scriptType) in getConversions()
254 … result.Candidates = xCDL->queryConversions(aText, start + nStartPos, len, in getConversions()
268 … candidates = xCD->getConversions(aText, start + nStartPos, len, eDirection, nConversionOptions); in getConversions()
272 … result.Candidates = getCharConversions(aText, nStartPos + start, length - start, toHanja); in getConversions()
293 TextConversion_ko::getConversion( const OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength, in getConversion() argument
297 sal_Int32 length = aText.getLength() - nStartPos; in getConversion()
306 const sal_Unicode *str = aText.getStr(); in getConversion()
310 …result = getConversions(aText, start, length + nStartPos - start, aLocale, nConversionType, nConve… in getConversion()
327 TextConversion_ko::getConversionWithOffset( const OUString& aText, sal_Int32 nStartPos, sal_Int32 n… in getConversionWithOffset() argument
332 return getConversion(aText, nStartPos, nLength, rLocale, nConversionType, nConversionOptions); in getConversionWithOffset()