Searched refs:wordData (Results 1 – 1 of 1) sorted by relevance
101 …const sal_Unicode *wordData = ((const sal_Unicode* (*)(sal_Int32&)) getFunctionBySymbol("getSTC_Wo… in getWordConversion() local119 …if ((!wordData || !index || !entry) && !xCDL.is()) // no word mapping defined, do char2char conver… in getWordConversion()176 const sal_Int32 result = word.compareTo(wordData + entry[current]); in getWordConversion()183 … for (current = entry[current]-1; current > 0 && wordData[current-1]; current--) ; in getWordConversion()188 if (word.getLength() != OUString(&wordData[current]).getLength()) in getWordConversion()190 sal_Int32 convertedLength=OUString(&wordData[current]).getLength(); in getWordConversion()191 while (wordData[current]) { in getWordConversion()194 newStr->buffer[count++] = wordData[current++]; in getWordConversion()198 while (wordData[current]) in getWordConversion()199 newStr->buffer[count++] = wordData[current++]; in getWordConversion()
Completed in 27 milliseconds