Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dutext.cpp2686 int32_t neededIndex = clippedIndex; in charIterTextAccess() local
2687 if (!forward && neededIndex>0) { in charIterTextAccess()
2689 neededIndex--; in charIterTextAccess()
2690 } else if (forward && neededIndex==ut->a && neededIndex>0) { in charIterTextAccess()
2692 neededIndex--; in charIterTextAccess()
2696 neededIndex -= neededIndex % CIBufSize; in charIterTextAccess()
2701 if (ut->chunkNativeStart == neededIndex) { in charIterTextAccess()
2704 } else if (ut->b == neededIndex) { in charIterTextAccess()
2707 } else if (ut->c == neededIndex) { in charIterTextAccess()
2718 ci->setIndex(neededIndex); in charIterTextAccess()
[all …]