Searched refs:inputIdx (Results 1 – 2 of 2) sorted by relevance
235 int32_t inputIdx = 0; in wholeScriptCheck() local241 while (inputIdx < length) { in wholeScriptCheck()242 U16_NEXT(text, inputIdx, length, c); in wholeScriptCheck()378 int32_t inputIdx = 0; in scriptScan() local383 while ((inputIdx < length || length == -1) && scriptCount < 2) { in scriptScan()384 U16_NEXT(text, inputIdx, length, c); in scriptScan()408 pos = inputIdx; in scriptScan()
1760 inline void backTrack(int64_t &inputIdx, int32_t &patIdx);