Searched refs:tmpidx (Results 1 – 1 of 1) sorted by relevance
423 int32_t tmpidx = 0; in search() local424 while (tmpidx < tmp.length()) { in search()425 UChar c = tmp.charAt(tmpidx++); in search()