Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/i18n/
Dcollationbuilder.h153 const int64_t ces2[], int32_t ces2Length);
Dcollationbuilder.cpp1368 const int64_t ces2[], int32_t ces2Length) { in sameCEs() argument
1374 if(ces1[i] != ces2[i]) { return false; } in sameCEs()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationbuilder.h152 const int64_t ces2[], int32_t ces2Length);
Dcollationbuilder.cpp1362 const int64_t ces2[], int32_t ces2Length) { in sameCEs() argument
1368 if(ces1[i] != ces2[i]) { return FALSE; } in sameCEs()
/third_party/node/deps/icu-small/source/i18n/
Dcollationbuilder.h153 const int64_t ces2[], int32_t ces2Length);
Dcollationbuilder.cpp1389 const int64_t ces2[], int32_t ces2Length) { in sameCEs() argument
1395 if(ces1[i] != ces2[i]) { return false; } in sameCEs()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationBuilder.java1106 long[] ces2, int ces2Length) {
1112 if(ces1[i] != ces2[i]) { return false; }
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationBuilder.java1110 long[] ces2, int ces2Length) {
1116 if(ces1[i] != ces2[i]) { return false; }