Home
last modified time | relevance | path

Searched refs:lastMatch (Results 1 – 3 of 3) sorted by relevance

/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
DPhoneNumberMatcher.java207 private PhoneNumberMatch lastMatch = null; field in PhoneNumberMatcher
677 lastMatch = find(searchIndex); in hasNext()
678 if (lastMatch == null) { in hasNext()
681 searchIndex = lastMatch.end(); in hasNext()
696 PhoneNumberMatch result = lastMatch; in next()
697 lastMatch = null; in next()
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberMatcher.java206 private PhoneNumberMatch lastMatch = null; field in PhoneNumberMatcher
676 lastMatch = find(searchIndex); in hasNext()
677 if (lastMatch == null) { in hasNext()
680 searchIndex = lastMatch.end(); in hasNext()
695 PhoneNumberMatch result = lastMatch; in next()
696 lastMatch = null; in next()
/external/icu/icu4c/source/test/perf/dicttrieperf/
Ddicttrieperf.cpp396 if(index!=lastMatch) { in ucharsTrieMatches()
397 utext_setNativeIndex(text, lastMatch); in ucharsTrieMatches()
399 return lastMatch-start; in ucharsTrieMatches()