Home
last modified time | relevance | path

Searched refs:genericNameTypes (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneFormat.java1244 EnumSet<GenericNameType> genericNameTypes = null; in parse() local
1247 genericNameTypes = EnumSet.of(GenericNameType.LOCATION); in parse()
1250 genericNameTypes = EnumSet.of(GenericNameType.LONG, GenericNameType.LOCATION); in parse()
1253 genericNameTypes = EnumSet.of(GenericNameType.SHORT, GenericNameType.LOCATION); in parse()
1260 …cMatchInfo bestGeneric = getTimeZoneGenericNames().findBestMatch(text, startIdx, genericNameTypes); in parse()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DTimeZoneFormat.java1183 EnumSet<GenericNameType> genericNameTypes = null; in parse() local
1186 genericNameTypes = EnumSet.of(GenericNameType.LOCATION); in parse()
1189 genericNameTypes = EnumSet.of(GenericNameType.LONG, GenericNameType.LOCATION); in parse()
1192 genericNameTypes = EnumSet.of(GenericNameType.SHORT, GenericNameType.LOCATION); in parse()
1199 …cMatchInfo bestGeneric = getTimeZoneGenericNames().findBestMatch(text, startIdx, genericNameTypes); in parse()
/third_party/skia/third_party/externals/icu/source/i18n/
Dtzfmt.cpp1021 int32_t genericNameTypes = 0; in parse() local
1024 genericNameTypes = UTZGNM_LOCATION; in parse()
1028 genericNameTypes = UTZGNM_LONG | UTZGNM_LOCATION; in parse()
1032 genericNameTypes = UTZGNM_SHORT | UTZGNM_LOCATION; in parse()
1043 len = gnames->findBestMatch(text, startIdx, genericNameTypes, tzID, tt, status); in parse()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dtzfmt.cpp1016 int32_t genericNameTypes = 0; in parse() local
1019 genericNameTypes = UTZGNM_LOCATION; in parse()
1023 genericNameTypes = UTZGNM_LONG | UTZGNM_LOCATION; in parse()
1027 genericNameTypes = UTZGNM_SHORT | UTZGNM_LOCATION; in parse()
1038 len = gnames->findBestMatch(text, startIdx, genericNameTypes, tzID, tt, status); in parse()
/third_party/icu/icu4c/source/i18n/
Dtzfmt.cpp1021 int32_t genericNameTypes = 0; in parse() local
1024 genericNameTypes = UTZGNM_LOCATION; in parse()
1028 genericNameTypes = UTZGNM_LONG | UTZGNM_LOCATION; in parse()
1032 genericNameTypes = UTZGNM_SHORT | UTZGNM_LOCATION; in parse()
1043 len = gnames->findBestMatch(text, startIdx, genericNameTypes, tzID, tt, status); in parse()
/third_party/node/deps/icu-small/source/i18n/
Dtzfmt.cpp1021 int32_t genericNameTypes = 0; in parse() local
1024 genericNameTypes = UTZGNM_LOCATION; in parse()
1028 genericNameTypes = UTZGNM_LONG | UTZGNM_LOCATION; in parse()
1032 genericNameTypes = UTZGNM_SHORT | UTZGNM_LOCATION; in parse()
1043 len = gnames->findBestMatch(text, startIdx, genericNameTypes, tzID, tt, status); in parse()