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

/external/icu4c/i18n/
H A Duspoof_impl.cpp236 int32_t inputIdx = 0; local
242 while (inputIdx < length) {
243 U16_NEXT(text, inputIdx, length, c);
379 int32_t inputIdx = 0; local
384 while ((inputIdx < length || length == -1) && scriptCount < 2) {
385 U16_NEXT(text, inputIdx, length, c);
399 pos = inputIdx;
/external/icu4c/i18n/unicode/
H A Dregex.h1696 inline void backTrack(int64_t &inputIdx, int32_t &patIdx);

Completed in 71 milliseconds