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

/external/icu/icu4c/source/i18n/
H A Dtzgnames.cpp974 TimeZoneGenericNameMatchInfo *localMatches = findLocal(text, start, types, status); local
978 if (localMatches != NULL) {
979 for (int32_t i = 0; i < localMatches->size(); i++) {
980 int32_t len = localMatches->getMatchLength(i);
988 bestMatchLen = localMatches->getMatchLength(i);
990 localMatches->getTimeZoneID(i, bestMatchTzID);
993 delete localMatches;

Completed in 110 milliseconds