Searched refs:tzdbNameMatches (Results 1 – 3 of 3) 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 …]
1217 Collection<MatchInfo> tzdbNameMatches = in parse() local1219 if (tzdbNameMatches != null) { in parse()1221 for (MatchInfo match : tzdbNameMatches) { in parse()1430 Collection<MatchInfo> tzdbNameMatches = in parse()1434 if (tzdbNameMatches != null) { in parse()1435 for (MatchInfo match : tzdbNameMatches) { in parse()
1156 Collection<MatchInfo> tzdbNameMatches = in parse() local1158 if (tzdbNameMatches != null) { in parse()1160 for (MatchInfo match : tzdbNameMatches) { in parse()1369 Collection<MatchInfo> tzdbNameMatches = in parse()1373 if (tzdbNameMatches != null) { in parse()1374 for (MatchInfo match : tzdbNameMatches) { in parse()