Searched refs:inputIdx (Results 1 – 4 of 4) sorted by relevance
243 for (int32_t inputIdx=0; inputIdx < length;) { in wholeScriptCheck() local244 UChar32 c = text.char32At(inputIdx); in wholeScriptCheck()245 inputIdx += U16_LENGTH(c); in wholeScriptCheck()
2032 int inputIdx = 0;2037 while (inputIdx < text.length()) {2038 c = Character.codePointAt(text, inputIdx);2039 inputIdx = Character.offsetByCodePoints(text, inputIdx, 1);
2085 int inputIdx = 0;2090 while (inputIdx < text.length()) {2091 c = Character.codePointAt(text, inputIdx);2092 inputIdx = Character.offsetByCodePoints(text, inputIdx, 1);
1782 inline void backTrack(int64_t &inputIdx, int32_t &patIdx);