Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtzfmt.cpp982 LocalPointer<TimeZoneNames::MatchInfoCollection> tzdbNameMatches( in parse() local
988 if (!tzdbNameMatches.isNull()) { in parse()
991 for (int32_t i = 0; i < tzdbNameMatches->size(); i++) { in parse()
992 matchPos = startIdx + tzdbNameMatches->getMatchLengthAt(i); in parse()
1000 *timeType = getTimeType(tzdbNameMatches->getNameTypeAt(matchIdx)); in parse()
1003 getTimeZoneID(tzdbNameMatches.getAlias(), matchIdx, tzID); in parse()
1226 LocalPointer<TimeZoneNames::MatchInfoCollection> tzdbNameMatches( in parse() local
1234 if (!tzdbNameMatches.isNull()) { in parse()
1235 for (int32_t i = 0; i < tzdbNameMatches->size(); i++) { in parse()
1236 if (startIdx + tzdbNameMatches->getMatchLengthAt(i) > matchPos) { in parse()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTimeZoneFormat.java1160 Collection<MatchInfo> tzdbNameMatches = in parse() local
1162 if (tzdbNameMatches != null) { in parse()
1164 for (MatchInfo match : tzdbNameMatches) { in parse()
1373 Collection<MatchInfo> tzdbNameMatches = in parse()
1377 if (tzdbNameMatches != null) { in parse()
1378 for (MatchInfo match : tzdbNameMatches) { in parse()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneFormat.java1221 Collection<MatchInfo> tzdbNameMatches = in parse() local
1223 if (tzdbNameMatches != null) { in parse()
1225 for (MatchInfo match : tzdbNameMatches) { in parse()
1434 Collection<MatchInfo> tzdbNameMatches = in parse()
1438 if (tzdbNameMatches != null) { in parse()
1439 for (MatchInfo match : tzdbNameMatches) { in parse()