Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtzfmt.cpp946 …LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startI… in parse() local
951 if (!specificMatches.isNull()) { in parse()
954 for (int32_t i = 0; i < specificMatches->size(); i++) { in parse()
955 matchPos = startIdx + specificMatches->getMatchLengthAt(i); in parse()
963 *timeType = getTimeType(specificMatches->getNameTypeAt(matchIdx)); in parse()
966 getTimeZoneID(specificMatches.getAlias(), matchIdx, tzID); in parse()
1196 …LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startI… in parse() local
1203 if (!specificMatches.isNull()) { in parse()
1204 for (int32_t i = 0; i < specificMatches->size(); i++) { in parse()
1205 if (startIdx + specificMatches->getMatchLengthAt(i) > matchPos) { in parse()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTimeZoneFormat.java1139 Collection<MatchInfo> specificMatches = _tznames.find(text, startIdx, nameTypes); in parse() local
1140 if (specificMatches != null) { in parse()
1142 for (MatchInfo match : specificMatches) { in parse()
1353 … Collection<MatchInfo> specificMatches = _tznames.find(text, startIdx, ALL_SIMPLE_NAME_TYPES); in parse()
1356 if (specificMatches != null) { in parse()
1357 for (MatchInfo match : specificMatches) { in parse()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneFormat.java1200 Collection<MatchInfo> specificMatches = _tznames.find(text, startIdx, nameTypes); in parse() local
1201 if (specificMatches != null) { in parse()
1203 for (MatchInfo match : specificMatches) { in parse()
1414 … Collection<MatchInfo> specificMatches = _tznames.find(text, startIdx, ALL_SIMPLE_NAME_TYPES); in parse()
1417 if (specificMatches != null) { in parse()
1418 for (MatchInfo match : specificMatches) { in parse()