Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Duspoof_impl.cpp245 for (int32_t inputIdx=0; inputIdx < length;) { in wholeScriptCheck() local
246 UChar32 c = text.char32At(inputIdx); in wholeScriptCheck()
247 inputIdx += U16_LENGTH(c); in wholeScriptCheck()
/external/chromium_org/third_party/icu/source/i18n/
Duspoof_impl.cpp245 for (int32_t inputIdx=0; inputIdx < length;) { in wholeScriptCheck() local
246 UChar32 c = text.char32At(inputIdx); in wholeScriptCheck()
247 inputIdx += U16_LENGTH(c); in wholeScriptCheck()
/external/icu/icu4c/source/i18n/unicode/
Dregex.h1741 inline void backTrack(int64_t &inputIdx, int32_t &patIdx);
/external/chromium_org/third_party/icu/source/i18n/unicode/
Dregex.h1750 inline void backTrack(int64_t &inputIdx, int32_t &patIdx);