Lines Matching refs:localMatches
1007 TimeZoneGenericNameMatchInfo *localMatches = findLocal(text, start, types, status);
1011 if (localMatches != NULL) {
1012 for (int32_t i = 0; i < localMatches->size(); i++) {
1013 int32_t len = localMatches->getMatchLength(i);
1021 bestMatchLen = localMatches->getMatchLength(i);
1023 localMatches->getTimeZoneID(i, bestMatchTzID);
1026 delete localMatches;