Searched defs:localMatches (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dtzgnames.cpp1004 TimeZoneGenericNameMatchInfo *localMatches = findLocal(text, start, types, status); local
1008 if (localMatches != NULL) {
1009 for (int32_t i = 0; i < localMatches->size(); i++) {
1010 int32_t len = localMatches->getMatchLength(i);
1018 bestMatchLen = localMatches->getMatchLength(i);
1020 localMatches->getTimeZoneID(i, bestMatchTzID);
1023 delete localMatches;

Completed in 40 milliseconds