Searched refs:ces1Length (Results 1 – 4 of 4) sorted by relevance
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) {
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) {
151 static UBool sameCEs(const int64_t ces1[], int32_t ces1Length,
1362 CollationBuilder::sameCEs(const int64_t ces1[], int32_t ces1Length, in sameCEs() argument1364 if(ces1Length != ces2Length) { in sameCEs()1367 U_ASSERT(ces1Length <= Collation::MAX_EXPANSION_LENGTH); in sameCEs()1368 for(int32_t i = 0; i < ces1Length; ++i) { in sameCEs()