Home
last modified time | relevance | path

Searched refs:defaultLanguageDistance (Results 1 - 8 of 8) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DLocaleDistance.java76 private final int defaultLanguageDistance; field in LocaleDistance
201 defaultLanguageDistance = data.distances[IX_DEF_LANG_DISTANCE]; in LocaleDistance()
220 System.out.println("defaultLanguageDistance=" + defaultLanguageDistance); in LocaleDistance()
280 distance = defaultLanguageDistance; in getBestIndexAndDistance()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DLocaleDistance.java78 private final int defaultLanguageDistance; field in LocaleDistance
206 defaultLanguageDistance = data.distances[IX_DEF_LANG_DISTANCE]; in LocaleDistance()
225 System.out.println("defaultLanguageDistance=" + defaultLanguageDistance); in LocaleDistance()
285 distance = defaultLanguageDistance; in getBestIndexAndDistance()
/third_party/icu/icu4c/source/common/
H A Dlocdistance.cpp91 defaultLanguageDistance(data.distances[IX_DEF_LANG_DISTANCE]), in LocaleDistance()
147 distance = defaultLanguageDistance; in getBestIndexAndDistance()
H A Dlocdistance.h142 int32_t defaultLanguageDistance; member in final
/third_party/node/deps/icu-small/source/common/
H A Dlocdistance.cpp91 defaultLanguageDistance(data.distances[IX_DEF_LANG_DISTANCE]), in LocaleDistance()
147 distance = defaultLanguageDistance; in getBestIndexAndDistance()
H A Dlocdistance.h142 int32_t defaultLanguageDistance; member in final
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocdistance.cpp91 defaultLanguageDistance(data.distances[IX_DEF_LANG_DISTANCE]), in LocaleDistance()
147 distance = defaultLanguageDistance; in getBestIndexAndDistance()
H A Dlocdistance.h142 int32_t defaultLanguageDistance; member in final

Completed in 6 milliseconds