Home
last modified time | relevance | path

Searched refs:weight32 (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationbuilder.h243 static inline int64_t nodeFromWeight32(uint32_t weight32) { in nodeFromWeight32() argument
244 return (int64_t)weight32 << 32; in nodeFromWeight32()
/third_party/icu/icu4c/source/i18n/
Dcollationbuilder.h244 static inline int64_t nodeFromWeight32(uint32_t weight32) { in nodeFromWeight32() argument
245 return (int64_t)weight32 << 32; in nodeFromWeight32()
/third_party/node/deps/icu-small/source/i18n/
Dcollationbuilder.h244 static inline int64_t nodeFromWeight32(uint32_t weight32) { in nodeFromWeight32() argument
245 return (int64_t)weight32 << 32; in nodeFromWeight32()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationBuilder.java1439 private static long nodeFromWeight32(long weight32) { in nodeFromWeight32() argument
1440 return weight32 << 32; in nodeFromWeight32()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationBuilder.java1443 private static long nodeFromWeight32(long weight32) { in nodeFromWeight32() argument
1444 return weight32 << 32; in nodeFromWeight32()