Searched refs:ces1Length (Results 1 – 3 of 3) sorted by relevance
1102 private static boolean sameCEs(long[] ces1, int ces1Length,1104 if(ces1Length != ces2Length) {1107 assert(ces1Length <= Collation.MAX_EXPANSION_LENGTH);1108 for(int i = 0; i < ces1Length; ++i) {
149 static UBool sameCEs(const int64_t ces1[], int32_t ces1Length,
1360 CollationBuilder::sameCEs(const int64_t ces1[], int32_t ces1Length, in sameCEs() argument1362 if(ces1Length != ces2Length) { in sameCEs()1365 U_ASSERT(ces1Length <= Collation::MAX_EXPANSION_LENGTH); in sameCEs()1366 for(int32_t i = 0; i < ces1Length; ++i) { in sameCEs()