Home
last modified time | relevance | path

Searched refs:enGB (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/icu/source/common/
Dlocdistance.cpp102 LSR enGB("en", "Latn", "GB", LSR::EXPLICIT_LSR); in LocaleDistance() local
103 const LSR *p_enGB = &enGB; in LocaleDistance()
/third_party/node/deps/icu-small/source/common/
Dlocdistance.cpp102 LSR enGB("en", "Latn", "GB", LSR::EXPLICIT_LSR); in LocaleDistance() local
103 const LSR *p_enGB = &enGB; in LocaleDistance()
/third_party/icu/icu4c/source/common/
Dlocdistance.cpp102 LSR enGB("en", "Latn", "GB", LSR::EXPLICIT_LSR); in LocaleDistance() local
103 const LSR *p_enGB = &enGB; in LocaleDistance()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DLocaleDistance.java218 LSR enGB = new LSR("en", "Latn", "GB", LSR.EXPLICIT_LSR); in LocaleDistance() local
219 int indexAndDistance = getBestIndexAndDistance(en, new LSR[] { enGB }, 1, in LocaleDistance()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLocaleDistance.java213 LSR enGB = new LSR("en", "Latn", "GB", LSR.EXPLICIT_LSR); in LocaleDistance() local
214 int indexAndDistance = getBestIndexAndDistance(en, new LSR[] { enGB }, 1, in LocaleDistance()