Searched refs:findBestMatch (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | tzgnames.h | 57 int32_t findBestMatch(const UnicodeString& text, int32_t start, uint32_t types,
|
D | tzgnames.cpp | 283 int32_t findBestMatch(const UnicodeString& text, int32_t start, uint32_t types, 883 TZGNCore::findBestMatch(const UnicodeString& text, int32_t start, uint32_t types, in findBestMatch() function in TZGNCore 1317 TimeZoneGenericNames::findBestMatch(const UnicodeString& text, int32_t start, uint32_t types, in findBestMatch() function in TimeZoneGenericNames 1319 return fRef->obj->findBestMatch(text, start, types, tzID, timeType, status); in findBestMatch()
|
D | tzfmt.cpp | 1034 len = gnames->findBestMatch(text, startIdx, genericNameTypes, tzID, tt, status); in parse() 1254 … genMatchLen = gnames->findBestMatch(text, startIdx, ALL_GENERIC_NAME_TYPES, tzID, tt, status); in parse()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | TimeZoneGenericNames.java | 704 …public GenericMatchInfo findBestMatch(String text, int start, EnumSet<GenericNameType> genericType… in findBestMatch() method in TimeZoneGenericNames
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | TimeZoneGenericNames.java | 702 …public GenericMatchInfo findBestMatch(String text, int start, EnumSet<GenericNameType> genericType… in findBestMatch() method in TimeZoneGenericNames
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | TimeZoneFormat.java | 1198 …GenericMatchInfo bestGeneric = getTimeZoneGenericNames().findBestMatch(text, startIdx, genericName… in parse() 1394 …GenericMatchInfo genericMatch = getTimeZoneGenericNames().findBestMatch(text, startIdx, ALL_GENERI… in parse()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | TimeZoneFormat.java | 1259 …GenericMatchInfo bestGeneric = getTimeZoneGenericNames().findBestMatch(text, startIdx, genericName… in parse() 1455 …GenericMatchInfo genericMatch = getTimeZoneGenericNames().findBestMatch(text, startIdx, ALL_GENERI… in parse()
|