Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Duspoof_impl.cpp243 for (int32_t inputIdx=0; inputIdx < length;) { in wholeScriptCheck() local
244 UChar32 c = text.char32At(inputIdx); in wholeScriptCheck()
245 inputIdx += U16_LENGTH(c); in wholeScriptCheck()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSpoofChecker.java2032 int inputIdx = 0;
2037 while (inputIdx < text.length()) {
2038 c = Character.codePointAt(text, inputIdx);
2039 inputIdx = Character.offsetByCodePoints(text, inputIdx, 1);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java2085 int inputIdx = 0;
2090 while (inputIdx < text.length()) {
2091 c = Character.codePointAt(text, inputIdx);
2092 inputIdx = Character.offsetByCodePoints(text, inputIdx, 1);
/external/icu/icu4c/source/i18n/unicode/
Dregex.h1782 inline void backTrack(int64_t &inputIdx, int32_t &patIdx);