Home | History | Annotate | Download | only in i18n

Lines Matching defs:getCEs

1501 CollationDataBuilder::getCEs(const UnicodeString &s, int64_t ces[], int32_t cesLength) {
1502 return getCEs(s, 0, ces, cesLength);
1506 CollationDataBuilder::getCEs(const UnicodeString &prefix, const UnicodeString &s,
1510 return getCEs(s, 0, ces, cesLength);
1512 return getCEs(prefix + s, prefixLength, ces, cesLength);
1517 CollationDataBuilder::getCEs(const UnicodeString &s, int32_t start,