Home
last modified time | relevance | path

Searched refs:currPos (Results 1 – 1 of 1) sorted by relevance

/trunk/main/i18npool/source/textconversion/
H A Dtextconversion_zh.cxx123 sal_Int32 currPos = 0, count = 0; in getWordConversion() local
124 while (currPos < nLength) { in getWordConversion()
125 sal_Int32 len = nLength - currPos; in getWordConversion()
130 OUString word = aText.copy(nStartPos + currPos, len); in getWordConversion()
156 offset[count] = nStartPos + currPos + (current * in getWordConversion()
165 currPos += word.getLength(); in getWordConversion()
192 offset[count]=nStartPos + currPos + ((current-start) * in getWordConversion()
201 currPos += word.getLength(); in getWordConversion()
209 offset[count]=nStartPos+currPos; in getWordConversion()
211 getOneCharConversion(aText[nStartPos+currPos], charData, charIndex); in getWordConversion()
[all …]

Completed in 8 milliseconds