Searched refs:tznamesMatches (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTimeZoneGenericNames.java711 Collection<MatchInfo> tznamesMatches = findTimeZoneNames(text, start, genericTypes);
712 if (tznamesMatches != null) {
714 for (MatchInfo match : tznamesMatches) {
778 Collection<MatchInfo> tznamesMatches = findTimeZoneNames(text, start, genericTypes);
779 if (tznamesMatches != null) {
781 for (MatchInfo match : tznamesMatches) {
841 Collection<MatchInfo> tznamesMatches = null;
856 tznamesMatches = _tznames.find(text, start, nameTypes);
858 return tznamesMatches;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTimeZoneGenericNames.java709 Collection<MatchInfo> tznamesMatches = findTimeZoneNames(text, start, genericTypes);
710 if (tznamesMatches != null) {
712 for (MatchInfo match : tznamesMatches) {
776 Collection<MatchInfo> tznamesMatches = findTimeZoneNames(text, start, genericTypes);
777 if (tznamesMatches != null) {
779 for (MatchInfo match : tznamesMatches) {
839 Collection<MatchInfo> tznamesMatches = null;
854 tznamesMatches = _tznames.find(text, start, nameTypes);
856 return tznamesMatches;
/external/icu/icu4c/source/i18n/
H A Dtzgnames.cpp893 TimeZoneNames::MatchInfoCollection *tznamesMatches = findTimeZoneNames(text, start, types, status); local
904 if (tznamesMatches != NULL) {
906 for (int32_t i = 0; i < tznamesMatches->size(); i++) {
907 int32_t len = tznamesMatches->getMatchLengthAt(i);
910 if (!tznamesMatches->getTimeZoneIDAt(i, bestMatchTzID)) {
912 if (tznamesMatches->getMetaZoneIDAt(i, mzID)) {
916 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i);
936 delete tznamesMatches;

Completed in 131 milliseconds