Searched refs:LocaleAndWeight (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/icu/source/common/ |
D | localeprioritylist.cpp | 36 struct LocaleAndWeight { struct 41 int32_t compare(const LocaleAndWeight &other) const { in compare() argument 50 return static_cast<const LocaleAndWeight *>(left)-> in compareLocaleAndWeight() 51 compare(*static_cast<const LocaleAndWeight *>(right)); in compareLocaleAndWeight() 110 MaybeStackArray<LocaleAndWeight, 20> array; 176 LocaleAndWeight &lw = list->array[i]; in orphanLocaleAt() 194 LocaleAndWeight &lw = list->array[index]; in add() 223 LocaleAndWeight &lw = list->array[listLength]; in add() 236 uprv_sortArray(list->array.getAlias(), listLength, sizeof(LocaleAndWeight), in sort()
|
/third_party/icu/icu4c/source/common/ |
D | localeprioritylist.cpp | 36 struct LocaleAndWeight { struct 41 int32_t compare(const LocaleAndWeight &other) const { in compare() argument 50 return static_cast<const LocaleAndWeight *>(left)-> in compareLocaleAndWeight() 51 compare(*static_cast<const LocaleAndWeight *>(right)); in compareLocaleAndWeight() 110 MaybeStackArray<LocaleAndWeight, 20> array; 176 LocaleAndWeight &lw = list->array[i]; in orphanLocaleAt() 194 LocaleAndWeight &lw = list->array[index]; in add() 223 LocaleAndWeight &lw = list->array[listLength]; in add() 236 uprv_sortArray(list->array.getAlias(), listLength, sizeof(LocaleAndWeight), in sort()
|
/third_party/node/deps/icu-small/source/common/ |
D | localeprioritylist.cpp | 36 struct LocaleAndWeight { struct 41 int32_t compare(const LocaleAndWeight &other) const { in compare() argument 50 return static_cast<const LocaleAndWeight *>(left)-> in compareLocaleAndWeight() 51 compare(*static_cast<const LocaleAndWeight *>(right)); in compareLocaleAndWeight() 110 MaybeStackArray<LocaleAndWeight, 20> array; 176 LocaleAndWeight &lw = list->array[i]; in orphanLocaleAt() 194 LocaleAndWeight &lw = list->array[index]; in add() 223 LocaleAndWeight &lw = list->array[listLength]; in add() 236 uprv_sortArray(list->array.getAlias(), listLength, sizeof(LocaleAndWeight), in sort()
|