Searched refs:ces1Length (Results 1 – 8 of 8) sorted by relevance
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationBuilder.java | 1105 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/ |
D | CollationBuilder.java | 1109 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/ |
D | collationbuilder.cpp | 1388 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()
|
D | collationbuilder.h | 152 static UBool sameCEs(const int64_t ces1[], int32_t ces1Length,
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationbuilder.cpp | 1361 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()
|
D | collationbuilder.h | 151 static UBool sameCEs(const int64_t ces1[], int32_t ces1Length,
|
/third_party/icu/icu4c/source/i18n/ |
D | collationbuilder.cpp | 1367 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()
|
D | collationbuilder.h | 152 static UBool sameCEs(const int64_t ces1[], int32_t ces1Length,
|