Searched refs:tzdbNameMatches (Results 1 – 2 of 2) sorted by relevance
976 LocalPointer<TimeZoneNames::MatchInfoCollection> tzdbNameMatches( in parse() local982 if (!tzdbNameMatches.isNull()) { in parse()985 for (int32_t i = 0; i < tzdbNameMatches->size(); i++) { in parse()986 matchPos = startIdx + tzdbNameMatches->getMatchLengthAt(i); in parse()994 *timeType = getTimeType(tzdbNameMatches->getNameTypeAt(matchIdx)); in parse()997 getTimeZoneID(tzdbNameMatches.getAlias(), matchIdx, tzID); in parse()1220 LocalPointer<TimeZoneNames::MatchInfoCollection> tzdbNameMatches( in parse() local1228 if (!tzdbNameMatches.isNull()) { in parse()1229 for (int32_t i = 0; i < tzdbNameMatches->size(); i++) { in parse()1230 if (startIdx + tzdbNameMatches->getMatchLengthAt(i) > matchPos) { in parse()[all …]
1218 Collection<MatchInfo> tzdbNameMatches = in parse() local1220 if (tzdbNameMatches != null) { in parse()1222 for (MatchInfo match : tzdbNameMatches) { in parse()1431 Collection<MatchInfo> tzdbNameMatches = in parse()1435 if (tzdbNameMatches != null) { in parse()1436 for (MatchInfo match : tzdbNameMatches) { in parse()