Searched refs:utextPos (Results 1 – 4 of 4) sorted by relevance
1368 int32_t utextPos = inputMap.isValid() ? inputMap->elementAti(cpPos) : cpPos + rangeStart; in divideUpDictionaryRange() local1369 U_ASSERT(utextPos >= prevUTextPos); in divideUpDictionaryRange()1370 if (utextPos > prevUTextPos) { in divideUpDictionaryRange()1372 U_ASSERT(foundBreaks.size() == 0 || foundBreaks.peeki() < utextPos); in divideUpDictionaryRange()1373 foundBreaks.push(utextPos, status); in divideUpDictionaryRange()1381 prevUTextPos = utextPos; in divideUpDictionaryRange()
1366 int32_t utextPos = inputMap.isValid() ? inputMap->elementAti(cpPos) : cpPos + rangeStart; in divideUpDictionaryRange() local1367 U_ASSERT(utextPos >= prevUTextPos); in divideUpDictionaryRange()1368 if (utextPos > prevUTextPos) { in divideUpDictionaryRange()1370 U_ASSERT(foundBreaks.size() == 0 || foundBreaks.peeki() < utextPos); in divideUpDictionaryRange()1371 foundBreaks.push(utextPos, status); in divideUpDictionaryRange()1379 prevUTextPos = utextPos; in divideUpDictionaryRange()
1373 int32_t utextPos = inputMap.isValid() ? inputMap->elementAti(cpPos) : cpPos + rangeStart; in divideUpDictionaryRange() local1374 U_ASSERT(utextPos >= prevUTextPos); in divideUpDictionaryRange()1375 if (utextPos > prevUTextPos) { in divideUpDictionaryRange()1377 U_ASSERT(foundBreaks.size() == 0 || foundBreaks.peeki() < utextPos); in divideUpDictionaryRange()1378 foundBreaks.push(utextPos, status); in divideUpDictionaryRange()1386 prevUTextPos = utextPos; in divideUpDictionaryRange()