Home
last modified time | relevance | path

Searched refs:PRIMARY_SENTINEL (Results 1 – 12 of 12) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationRootElements.java33 public static final long PRIMARY_SENTINEL = 0xffffff00L; field in CollationRootElements
453 assert(elements[limit] >= PRIMARY_SENTINEL); in findP()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationRootElements.java31 public static final long PRIMARY_SENTINEL = 0xffffff00L; field in CollationRootElements
451 assert(elements[limit] >= PRIMARY_SENTINEL); in findP()
/third_party/icu/icu4c/source/i18n/
Dcollationrootelements.h41 static const uint32_t PRIMARY_SENTINEL = 0xffffff00; variable
Dcollationrootelements.cpp293 U_ASSERT(elements[limit] >= PRIMARY_SENTINEL); in findP()
/third_party/node/deps/icu-small/source/i18n/
Dcollationrootelements.h41 static const uint32_t PRIMARY_SENTINEL = 0xffffff00; variable
Dcollationrootelements.cpp293 U_ASSERT(elements[limit] >= PRIMARY_SENTINEL); in findP()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationrootelements.h41 static const uint32_t PRIMARY_SENTINEL = 0xffffff00; variable
Dcollationrootelements.cpp293 U_ASSERT(elements[limit] >= PRIMARY_SENTINEL); in findP()
/third_party/icu/tools/unicode/c/genuca/
Dcollationbasedatabuilder.cpp385 rootElements.addElement(Collation::makeCE(CollationRootElements::PRIMARY_SENTINEL), errorCode); in buildRootElementsTable()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationTest.java771 if (p == CollationRootElements.PRIMARY_SENTINEL) { in next()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java768 if (p == CollationRootElements.PRIMARY_SENTINEL) { in next()
/third_party/icu/icu4c/source/test/intltest/
Dcollationtest.cpp698 if(p == CollationRootElements::PRIMARY_SENTINEL) { return false; } in next()