Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Duspoof_impl.cpp235 int32_t inputIdx = 0; in wholeScriptCheck() local
241 while (inputIdx < length) { in wholeScriptCheck()
242 U16_NEXT(text, inputIdx, length, c); in wholeScriptCheck()
378 int32_t inputIdx = 0; in scriptScan() local
383 while ((inputIdx < length || length == -1) && scriptCount < 2) { in scriptScan()
384 U16_NEXT(text, inputIdx, length, c); in scriptScan()
408 pos = inputIdx; in scriptScan()
/external/icu4c/i18n/unicode/
Dregex.h1760 inline void backTrack(int64_t &inputIdx, int32_t &patIdx);