Searched refs:tzdbNameMatches (Results 1 – 3 of 3) sorted by relevance
978 LocalPointer<TimeZoneNames::MatchInfoCollection> tzdbNameMatches( in parse() local984 if (!tzdbNameMatches.isNull()) { in parse()987 for (int32_t i = 0; i < tzdbNameMatches->size(); i++) { in parse()988 matchPos = startIdx + tzdbNameMatches->getMatchLengthAt(i); in parse()996 *timeType = getTimeType(tzdbNameMatches->getNameTypeAt(matchIdx)); in parse()999 getTimeZoneID(tzdbNameMatches.getAlias(), matchIdx, tzID); in parse()1222 LocalPointer<TimeZoneNames::MatchInfoCollection> tzdbNameMatches( in parse() local1230 if (!tzdbNameMatches.isNull()) { in parse()1231 for (int32_t i = 0; i < tzdbNameMatches->size(); i++) { in parse()1232 if (startIdx + tzdbNameMatches->getMatchLengthAt(i) > matchPos) { in parse()[all …]
1159 Collection<MatchInfo> tzdbNameMatches = in parse() local1161 if (tzdbNameMatches != null) { in parse()1163 for (MatchInfo match : tzdbNameMatches) { in parse()1372 Collection<MatchInfo> tzdbNameMatches = in parse()1376 if (tzdbNameMatches != null) { in parse()1377 for (MatchInfo match : tzdbNameMatches) { in parse()
1220 Collection<MatchInfo> tzdbNameMatches = in parse() local1222 if (tzdbNameMatches != null) { in parse()1224 for (MatchInfo match : tzdbNameMatches) { in parse()1433 Collection<MatchInfo> tzdbNameMatches = in parse()1437 if (tzdbNameMatches != null) { in parse()1438 for (MatchInfo match : tzdbNameMatches) { in parse()