Home | History | Annotate | Download | only in cintltst

Lines Matching defs:ce

1460             uint32_t ce;
1465 ce = ucol_next(iter2, &status);
1466 while (ce != UCOL_NULLORDER) {
1467 if ((uint32_t)ucol_next(iter1, &status) != ce) {
1471 ce = ucol_next(iter2, &status);
1507 uint32_t ce;
1522 ce = ucol_next(iter1, &status);
1527 while (ce != UCOL_NULLORDER) {
1529 if (ce == ce2) {
1530 log_verbose("CEs match: %08x\n", ce);
1532 log_err("CEs do not match: %08x vs. %08x\n", ce, ce2);
1535 ce = ucol_next(iter1, &status);
2292 uint32_t CE;
2309 while((CE=ucol_next(it, &status)) != UCOL_NULLORDER) {
2310 log_verbose("%08X\n", CE);
2335 /* uint32_t CE;*/
2351 [last primary ignorable] largest CE for primary ignorable
2352 [last secondary ignorable] largest CE for secondary ignorable
2353 [last tertiary ignorable] largest CE for tertiary ignorable
2424 * Note: With a "SPACE first primary" boundary CE in FractionalUCA.txt,