Lines Matching refs:current
131 sal_Int32 current = 0; in getWordConversion() local
155 while (current < conversions[0].getLength()) { in getWordConversion()
156 offset[count] = nStartPos + currPos + (current * in getWordConversion()
158 newStr->buffer[count++] = conversions[0][current++]; in getWordConversion()
162 while (current < conversions[0].getLength()) in getWordConversion()
163 newStr->buffer[count++] = conversions[0][current++]; in getWordConversion()
175 current = (top + bottom) / 2; in getWordConversion()
176 const sal_Int32 result = word.compareTo(wordData + entry[current]); in getWordConversion()
178 top = current - 1; in getWordConversion()
180 bottom = current + 1; in getWordConversion()
183 … for (current = entry[current]-1; current > 0 && wordData[current-1]; current--) ; in getWordConversion()
185 current = entry[current] + word.getLength() + 1; in getWordConversion()
186 sal_Int32 start=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()
192 offset[count]=nStartPos + currPos + ((current-start) * in getWordConversion()
194 newStr->buffer[count++] = wordData[current++]; in getWordConversion()
198 while (wordData[current]) in getWordConversion()
199 newStr->buffer[count++] = wordData[current++]; in getWordConversion()