Searched refs:prevUTextPos (Results 1 – 1 of 1) sorted by relevance
1362 int32_t prevUTextPos = -1; in divideUpDictionaryRange() local1367 U_ASSERT(utextPos >= prevUTextPos); in divideUpDictionaryRange()1368 if (utextPos > prevUTextPos) { in divideUpDictionaryRange()1379 prevUTextPos = utextPos; in divideUpDictionaryRange()