Searched refs:firstIx (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/
H A Dusearch.cpp3462 int32_t firstIx; member in struct:CEBuffer
3496 firstIx = 0;
3528 if (index>=firstIx && index<limitIx) {
3546 if (limitIx - firstIx >= bufSize) {
3548 firstIx++;
3567 if (index>=firstIx && index<limitIx) {
3585 if (limitIx - firstIx >= bufSize) {
3587 firstIx++;
4043 printf("Target CEs [%d .. %d]\n", ceb.firstIx, ceb.limitIx);
4045 for (int ii=ceb.firstIx; i
[all...]
/external/valgrind/main/helgrind/
H A Dlibhb_core.c4955 Word firstIx, lastIx; local
4995 firstIx = lastIx = 0;
4998 &key, &firstIx, &lastIx,
5004 confThr, confTym, found, firstIx, lastIx);

Completed in 79 milliseconds