Lines Matching full:specificmatches
944 LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startIdx, nameTypes, status));
949 if (!specificMatches.isNull()) {
952 for (int32_t i = 0; i < specificMatches->size(); i++) {
953 matchPos = startIdx + specificMatches->getMatchLengthAt(i);
961 *timeType = getTimeType(specificMatches->getNameTypeAt(matchIdx));
964 getTimeZoneID(specificMatches.getAlias(), matchIdx, tzID);
1194 LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startIdx, ALL_SIMPLE_NAME_TYPES, status));
1201 if (!specificMatches.isNull()) {
1202 for (int32_t i = 0; i < specificMatches->size(); i++) {
1203 if (startIdx + specificMatches->getMatchLengthAt(i) > matchPos) {
1205 matchPos = startIdx + specificMatches->getMatchLengthAt(i);
1212 getTimeZoneID(specificMatches.getAlias(), specificMatchIdx, parsedID);
1213 parsedTimeType = getTimeType(specificMatches->getNameTypeAt(specificMatchIdx));