Searched refs:ces1 (Results 1 – 3 of 3) sorted by relevance
149 static UBool sameCEs(const int64_t ces1[], int32_t ces1Length,
1360 CollationBuilder::sameCEs(const int64_t ces1[], int32_t ces1Length, in sameCEs() argument1367 if(ces1[i] != ces2[i]) { return FALSE; } in sameCEs()
1102 private static boolean sameCEs(long[] ces1, int ces1Length,1109 if(ces1[i] != ces2[i]) { return false; }