Searched defs:LocaleAndWeight (Results 1 – 3 of 3) sorted by relevance
36 struct LocaleAndWeight { struct37 Locale *locale;38 int32_t weight; // 0..1000 = 0.0..1.039 int32_t index; // force stable sort41 int32_t compare(const LocaleAndWeight &other) const { in compare()