Home
last modified time | relevance | path

Searched refs:tzdbNameMatches (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dtzfmt.cpp976 LocalPointer<TimeZoneNames::MatchInfoCollection> tzdbNameMatches( in parse() local
982 if (!tzdbNameMatches.isNull()) { in parse()
985 for (int32_t i = 0; i < tzdbNameMatches->size(); i++) { in parse()
986 matchPos = startIdx + tzdbNameMatches->getMatchLengthAt(i); in parse()
994 *timeType = getTimeType(tzdbNameMatches->getNameTypeAt(matchIdx)); in parse()
997 getTimeZoneID(tzdbNameMatches.getAlias(), matchIdx, tzID); in parse()
1220 LocalPointer<TimeZoneNames::MatchInfoCollection> tzdbNameMatches( in parse() local
1228 if (!tzdbNameMatches.isNull()) { in parse()
1229 for (int32_t i = 0; i < tzdbNameMatches->size(); i++) { in parse()
1230 if (startIdx + tzdbNameMatches->getMatchLengthAt(i) > matchPos) { in parse()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneFormat.java1218 Collection<MatchInfo> tzdbNameMatches = in parse() local
1220 if (tzdbNameMatches != null) { in parse()
1222 for (MatchInfo match : tzdbNameMatches) { in parse()
1431 Collection<MatchInfo> tzdbNameMatches = in parse()
1435 if (tzdbNameMatches != null) { in parse()
1436 for (MatchInfo match : tzdbNameMatches) { in parse()