Searched defs:limitIx (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Dusearch.cpp3463 int32_t limitIx; member in struct:CEBuffer
3497 limitIx = 0;
3528 if (index>=firstIx && index<limitIx) {
3537 if (index != limitIx) {
3544 limitIx++;
3546 if (limitIx - firstIx >= bufSize) {
3567 if (index>=firstIx && index<limitIx) {
3576 if (index != limitIx) {
3583 limitIx++;
3585 if (limitIx
4139 int32_t limitIx = targetIx; local
[all...]

Completed in 217 milliseconds