Home
last modified time | relevance | path

Searched defs:LocaleAndWeight (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/icu/source/common/
Dlocaleprioritylist.cpp36 struct LocaleAndWeight { struct
37 Locale *locale;
38 int32_t weight; // 0..1000 = 0.0..1.0
39 int32_t index; // force stable sort
41 int32_t compare(const LocaleAndWeight &other) const { in compare()
/third_party/icu/icu4c/source/common/
Dlocaleprioritylist.cpp36 struct LocaleAndWeight { struct
37 Locale *locale;
38 int32_t weight; // 0..1000 = 0.0..1.0
39 int32_t index; // force stable sort
41 int32_t compare(const LocaleAndWeight &other) const { in compare()
/third_party/node/deps/icu-small/source/common/
Dlocaleprioritylist.cpp36 struct LocaleAndWeight { struct
37 Locale *locale;
38 int32_t weight; // 0..1000 = 0.0..1.0
39 int32_t index; // force stable sort
41 int32_t compare(const LocaleAndWeight &other) const { in compare()