Lines Matching refs:tzdbNameMatches
976 LocalPointer<TimeZoneNames::MatchInfoCollection> tzdbNameMatches( in parse() local
982 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() local
1228 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()
1232 matchPos = startIdx + tzdbNameMatches->getMatchLengthAt(i); in parse()
1239 getTimeZoneID(tzdbNameMatches.getAlias(), tzdbNameMatchIdx, parsedID); in parse()
1240 parsedTimeType = getTimeType(tzdbNameMatches->getNameTypeAt(tzdbNameMatchIdx)); in parse()