Searched refs:compareLocales (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/icu4c/source/common/ |
D | localeprioritylist.cpp | 28 UBool compareLocales(const UHashTok t1, const UHashTok t2) { in compareLocales() function 186 map = uhash_open(hashLocale, compareLocales, uhash_compareLong, &errorCode); in add()
|
/third_party/node/deps/icu-small/source/common/ |
D | localeprioritylist.cpp | 28 UBool compareLocales(const UHashTok t1, const UHashTok t2) { in compareLocales() function 186 map = uhash_open(hashLocale, compareLocales, uhash_compareLong, &errorCode); in add()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | localeprioritylist.cpp | 28 UBool compareLocales(const UHashTok t1, const UHashTok t2) { in compareLocales() function 186 map = uhash_open(hashLocale, compareLocales, uhash_compareLong, &errorCode); in add()
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
D | DemoUtility.java | 107 public static int compareLocales(Locale l1, Locale l2) in compareLocales() method in DemoUtility
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/ |
D | CalendarFrame.java | 197 thisMatch = DemoUtility.compareLocales(locales[i], defaultLocale); in init()
|
D | CalendarCalc.java | 283 thisMatch = DemoUtility.compareLocales(locales[i], defaultLocale); in buildGUI()
|