Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtzfmt.cpp978 LocalPointer<TimeZoneNames::MatchInfoCollection> tzdbNameMatches( in parse() local
984 if (!tzdbNameMatches.isNull()) { in parse()
987 for (int32_t i = 0; i < tzdbNameMatches->size(); i++) { in parse()
988 matchPos = startIdx + tzdbNameMatches->getMatchLengthAt(i); in parse()
996 *timeType = getTimeType(tzdbNameMatches->getNameTypeAt(matchIdx)); in parse()
999 getTimeZoneID(tzdbNameMatches.getAlias(), matchIdx, tzID); in parse()
1222 LocalPointer<TimeZoneNames::MatchInfoCollection> tzdbNameMatches( in parse() local
1230 if (!tzdbNameMatches.isNull()) { in parse()
1231 for (int32_t i = 0; i < tzdbNameMatches->size(); i++) { in parse()
1232 if (startIdx + tzdbNameMatches->getMatchLengthAt(i) > matchPos) { in parse()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTimeZoneFormat.java1159 Collection<MatchInfo> tzdbNameMatches = in parse() local
1161 if (tzdbNameMatches != null) { in parse()
1163 for (MatchInfo match : tzdbNameMatches) { in parse()
1372 Collection<MatchInfo> tzdbNameMatches = in parse()
1376 if (tzdbNameMatches != null) { in parse()
1377 for (MatchInfo match : tzdbNameMatches) { in parse()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneFormat.java1220 Collection<MatchInfo> tzdbNameMatches = in parse() local
1222 if (tzdbNameMatches != null) { in parse()
1224 for (MatchInfo match : tzdbNameMatches) { in parse()
1433 Collection<MatchInfo> tzdbNameMatches = in parse()
1437 if (tzdbNameMatches != null) { in parse()
1438 for (MatchInfo match : tzdbNameMatches) { in parse()