Searched refs:compareInt64AsUnsigned (Results 1 - 6 of 6) sorted by relevance
/third_party/icu/tools/unicode/c/genuca/ |
H A D | collationbasedatabuilder.cpp | 43 compareInt64AsUnsigned(int64_t a, int64_t b) { in compareInt64AsUnsigned() function 67 int32_t cmp = compareInt64AsUnsigned(ce, list.elementAti(i)); in binarySearch()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationFastLatinBuilder.java | 26 private static final int compareInt64AsUnsigned(long a, long b) { in compareInt64AsUnsigned() method in CollationFastLatinBuilder 49 int cmp = compareInt64AsUnsigned(ce, list[i]); in binarySearch()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationFastLatinBuilder.java | 27 private static final int compareInt64AsUnsigned(long a, long b) { in compareInt64AsUnsigned() method in CollationFastLatinBuilder 50 int cmp = compareInt64AsUnsigned(ce, list[i]); in binarySearch()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | collationfastlatinbuilder.cpp | 47 compareInt64AsUnsigned(int64_t a, int64_t b) { in compareInt64AsUnsigned() function 70 int32_t cmp = compareInt64AsUnsigned(ce, list[i]); in binarySearch()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationfastlatinbuilder.cpp | 47 compareInt64AsUnsigned(int64_t a, int64_t b) { in compareInt64AsUnsigned() function 70 int32_t cmp = compareInt64AsUnsigned(ce, list[i]); in binarySearch()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationfastlatinbuilder.cpp | 47 compareInt64AsUnsigned(int64_t a, int64_t b) { in compareInt64AsUnsigned() function 70 int32_t cmp = compareInt64AsUnsigned(ce, list[i]); in binarySearch()
|
Completed in 7 milliseconds