Searched refs:inputIdx (Results 1 – 2 of 2) sorted by relevance
236 int32_t inputIdx = 0; in wholeScriptCheck() local242 while (inputIdx < length) { in wholeScriptCheck()243 U16_NEXT(text, inputIdx, length, c); in wholeScriptCheck()379 int32_t inputIdx = 0; in scriptScan() local384 while ((inputIdx < length || length == -1) && scriptCount < 2) { in scriptScan()385 U16_NEXT(text, inputIdx, length, c); in scriptScan()409 pos = inputIdx; in scriptScan()
1751 inline void backTrack(int64_t &inputIdx, int32_t &patIdx);