Searched refs:lastMatch (Results 1 – 2 of 2) sorted by relevance
206 private PhoneNumberMatch lastMatch = null; field in PhoneNumberMatcher695 lastMatch = find(searchIndex); in hasNext()696 if (lastMatch == null) { in hasNext()699 searchIndex = lastMatch.end(); in hasNext()714 PhoneNumberMatch result = lastMatch; in next()715 lastMatch = null; in next()
396 if(index!=lastMatch) { in ucharsTrieMatches()397 utext_setNativeIndex(text, lastMatch); in ucharsTrieMatches()399 return lastMatch-start; in ucharsTrieMatches()