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

/external/chromium_org/third_party/icu/source/i18n/
H A Dusearch.cpp3831 int32_t targetIx = 0; local
3857 for(targetIx=0; ; targetIx++)
3866 targetCEI = ceb.get(targetIx+patIx+targetIxOffset);
3888 // No match at this targetIx. Try again at the next.
3903 const CEI *firstCEI = ceb.get(targetIx);
3904 const CEI *lastCEI = ceb.get(targetIx + targetIxOffset - 1);
3918 const CEI *nextCEI = ceb.get(targetIx + targetIxOffset);
3926 nextCEI = ceb.get(targetIx + targetIxOffset);
4078 int32_t targetIx local
[all...]
/external/icu4c/i18n/
H A Dusearch.cpp3844 int32_t targetIx = 0; local
3870 for(targetIx=0; ; targetIx++)
3877 // For targetIx > 0, this ceb.get gets a CE that is as far back in the ring buffer
3878 // (compared to the last CE fetched for the previous targetIx value) as we need to go
3879 // for this targetIx value, so if it is non-NULL then other ceb.get calls should be OK.
3880 const CEI *firstCEI = ceb.get(targetIx);
3889 targetCEI = ceb.get(targetIx+patIx+targetIxOffset);
3911 // No match at this targetIx. Try again at the next.
3926 const CEI *lastCEI = ceb.get(targetIx
4108 int32_t targetIx = 0; local
[all...]

Completed in 63 milliseconds