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

/external/icu4c/i18n/
H A Dtzgnames.cpp926 TimeZoneGenericNameMatchInfo *localMatches = findLocal(text, start, types, status); local
930 if (localMatches != NULL) {
931 for (int32_t i = 0; i < localMatches->size(); i++) {
932 int32_t len = localMatches->getMatchLength(i);
940 bestMatchLen = localMatches->getMatchLength(i);
942 localMatches->getTimeZoneID(i, bestMatchTzID);
945 delete localMatches;

Completed in 947 milliseconds