Home
last modified time | relevance | path

Searched refs:doFind (Results 1 – 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTimeZoneNamesImpl.java210 matches = doFind(handler, text, start); in find()
222 matches = doFind(handler, text, start); in find()
244 return doFind(handler, text, start); in find()
247 private Collection<MatchInfo> doFind(NameSearchHandler handler, CharSequence text, int start) { in doFind() method in TimeZoneNamesImpl
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTimeZoneNamesImpl.java208 matches = doFind(handler, text, start); in find()
220 matches = doFind(handler, text, start); in find()
242 return doFind(handler, text, start); in find()
245 private Collection<MatchInfo> doFind(NameSearchHandler handler, CharSequence text, int start) { in doFind() method in TimeZoneNamesImpl
/external/icu/icu4c/source/i18n/
Dtznames_impl.h219 TimeZoneNames::MatchInfoCollection* doFind(ZNameSearchHandler& handler,
Dtznames_impl.cpp1354 matches = doFind(handler, text, start, status); in find()
1367 matches = doFind(handler, text, start, status); in find()
1381 return doFind(handler, text, start, status); in find()
1386 TimeZoneNamesImpl::doFind(ZNameSearchHandler& handler, in doFind() function in TimeZoneNamesImpl