Home
last modified time | relevance | path

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

/aosp_15_r20/external/icu/icu4c/source/common/
H A 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()
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A 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()