Lines Matching refs:specificMatches
950 …LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startI… in parse() local
955 if (!specificMatches.isNull()) { in parse()
958 for (int32_t i = 0; i < specificMatches->size(); i++) { in parse()
959 matchPos = startIdx + specificMatches->getMatchLengthAt(i); in parse()
967 *timeType = getTimeType(specificMatches->getNameTypeAt(matchIdx)); in parse()
970 getTimeZoneID(specificMatches.getAlias(), matchIdx, tzID); in parse()
1200 …LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startI… in parse() local
1207 if (!specificMatches.isNull()) { in parse()
1208 for (int32_t i = 0; i < specificMatches->size(); i++) { in parse()
1209 if (startIdx + specificMatches->getMatchLengthAt(i) > matchPos) { in parse()
1211 matchPos = startIdx + specificMatches->getMatchLengthAt(i); in parse()
1218 getTimeZoneID(specificMatches.getAlias(), specificMatchIdx, parsedID); in parse()
1219 parsedTimeType = getTimeType(specificMatches->getNameTypeAt(specificMatchIdx)); in parse()