Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ddictbe.cpp1253 for (int32_t cuIdx = 0; ; cuIdx = inString.moveIndex32(cuIdx, 1)) { in divideUpDictionaryRange() local
1254 U_ASSERT(cuIdx >= cpIdx); in divideUpDictionaryRange()
1256 inputMap->setElementAt(inputMap->elementAti(cuIdx), cpIdx); in divideUpDictionaryRange()
1258 inputMap->addElement(cuIdx+rangeStart, status); in divideUpDictionaryRange()
1261 if (cuIdx == inString.length()) { in divideUpDictionaryRange()