Searched refs:specificMatches (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | tzfmt.cpp | 944 …LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startI… in parse() local 949 if (!specificMatches.isNull()) { in parse() 952 for (int32_t i = 0; i < specificMatches->size(); i++) { in parse() 953 matchPos = startIdx + specificMatches->getMatchLengthAt(i); in parse() 961 *timeType = getTimeType(specificMatches->getNameTypeAt(matchIdx)); in parse() 964 getTimeZoneID(specificMatches.getAlias(), matchIdx, tzID); in parse() 1194 …LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startI… in parse() local 1201 if (!specificMatches.isNull()) { in parse() 1202 for (int32_t i = 0; i < specificMatches->size(); i++) { in parse() 1203 if (startIdx + specificMatches->getMatchLengthAt(i) > matchPos) { in parse() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | TimeZoneFormat.java | 1197 Collection<MatchInfo> specificMatches = _tznames.find(text, startIdx, nameTypes); in parse() local 1198 if (specificMatches != null) { in parse() 1200 for (MatchInfo match : specificMatches) { in parse() 1411 … Collection<MatchInfo> specificMatches = _tznames.find(text, startIdx, ALL_SIMPLE_NAME_TYPES); in parse() 1414 if (specificMatches != null) { in parse() 1415 for (MatchInfo match : specificMatches) { in parse()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | TimeZoneFormat.java | 1136 Collection<MatchInfo> specificMatches = _tznames.find(text, startIdx, nameTypes); in parse() local 1137 if (specificMatches != null) { in parse() 1139 for (MatchInfo match : specificMatches) { in parse() 1350 … Collection<MatchInfo> specificMatches = _tznames.find(text, startIdx, ALL_SIMPLE_NAME_TYPES); in parse() 1353 if (specificMatches != null) { in parse() 1354 for (MatchInfo match : specificMatches) { in parse()
|