Home
last modified time | relevance | path

Searched refs:ces1Length (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationBuilder.java1105 private static boolean sameCEs(long[] ces1, int ces1Length,
1107 if(ces1Length != ces2Length) {
1110 assert(ces1Length <= Collation.MAX_EXPANSION_LENGTH);
1111 for(int i = 0; i < ces1Length; ++i) {
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationBuilder.java1109 private static boolean sameCEs(long[] ces1, int ces1Length,
1111 if(ces1Length != ces2Length) {
1114 assert(ces1Length <= Collation.MAX_EXPANSION_LENGTH);
1115 for(int i = 0; i < ces1Length; ++i) {
/third_party/node/deps/icu-small/source/i18n/
Dcollationbuilder.cpp1388 CollationBuilder::sameCEs(const int64_t ces1[], int32_t ces1Length, in sameCEs() argument
1390 if(ces1Length != ces2Length) { in sameCEs()
1393 U_ASSERT(ces1Length <= Collation::MAX_EXPANSION_LENGTH); in sameCEs()
1394 for(int32_t i = 0; i < ces1Length; ++i) { in sameCEs()
Dcollationbuilder.h152 static UBool sameCEs(const int64_t ces1[], int32_t ces1Length,
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationbuilder.cpp1361 CollationBuilder::sameCEs(const int64_t ces1[], int32_t ces1Length, in sameCEs() argument
1363 if(ces1Length != ces2Length) { in sameCEs()
1366 U_ASSERT(ces1Length <= Collation::MAX_EXPANSION_LENGTH); in sameCEs()
1367 for(int32_t i = 0; i < ces1Length; ++i) { in sameCEs()
Dcollationbuilder.h151 static UBool sameCEs(const int64_t ces1[], int32_t ces1Length,
/third_party/icu/icu4c/source/i18n/
Dcollationbuilder.cpp1367 CollationBuilder::sameCEs(const int64_t ces1[], int32_t ces1Length, in sameCEs() argument
1369 if(ces1Length != ces2Length) { in sameCEs()
1372 U_ASSERT(ces1Length <= Collation::MAX_EXPANSION_LENGTH); in sameCEs()
1373 for(int32_t i = 0; i < ces1Length; ++i) { in sameCEs()
Dcollationbuilder.h152 static UBool sameCEs(const int64_t ces1[], int32_t ces1Length,