Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dutext.cpp2662 int32_t neededIndex = clippedIndex; in charIterTextAccess() local
2663 if (!forward && neededIndex>0) { in charIterTextAccess()
2665 neededIndex--; in charIterTextAccess()
2666 } else if (forward && neededIndex==ut->a && neededIndex>0) { in charIterTextAccess()
2668 neededIndex--; in charIterTextAccess()
2672 neededIndex -= neededIndex % CIBufSize; in charIterTextAccess()
2677 if (ut->chunkNativeStart == neededIndex) { in charIterTextAccess()
2680 } else if (ut->b == neededIndex) { in charIterTextAccess()
2683 } else if (ut->c == neededIndex) { in charIterTextAccess()
2694 ci->setIndex(neededIndex); in charIterTextAccess()
[all …]