Home
last modified time | relevance | path

Searched refs:tzdbNameMatches (Results 1 – 3 of 3) 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.java1217 Collection<MatchInfo> tzdbNameMatches = in parse() local
1219 if (tzdbNameMatches != null) { in parse()
1221 for (MatchInfo match : tzdbNameMatches) { in parse()
1430 Collection<MatchInfo> tzdbNameMatches = in parse()
1434 if (tzdbNameMatches != null) { in parse()
1435 for (MatchInfo match : tzdbNameMatches) { in parse()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTimeZoneFormat.java1156 Collection<MatchInfo> tzdbNameMatches = in parse() local
1158 if (tzdbNameMatches != null) { in parse()
1160 for (MatchInfo match : tzdbNameMatches) { in parse()
1369 Collection<MatchInfo> tzdbNameMatches = in parse()
1373 if (tzdbNameMatches != null) { in parse()
1374 for (MatchInfo match : tzdbNameMatches) { in parse()