Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ddictbe.cpp1226 for (int32_t cuIdx = 0; ; cuIdx = inString.moveIndex32(cuIdx, 1)) { in divideUpDictionaryRange() local
1227 U_ASSERT(cuIdx >= cpIdx); in divideUpDictionaryRange()
1229 inputMap->setElementAt(inputMap->elementAti(cuIdx), cpIdx); in divideUpDictionaryRange()
1231 inputMap->addElement(cuIdx+rangeStart, status); in divideUpDictionaryRange()
1234 if (cuIdx == inString.length()) { in divideUpDictionaryRange()