Searched refs:tzdbNameMatches (Results 1 – 3 of 3) sorted by relevance
982 LocalPointer<TimeZoneNames::MatchInfoCollection> tzdbNameMatches( in parse() local988 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() local1234 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 …]
1160 Collection<MatchInfo> tzdbNameMatches = in parse() local1162 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()
1221 Collection<MatchInfo> tzdbNameMatches = in parse() local1223 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()