Home | History | Annotate | Download | only in cintltst

Lines Matching defs:ce

1461             uint32_t ce;
1466 ce = ucol_next(iter2, &status);
1467 while (ce != UCOL_NULLORDER) {
1468 if ((uint32_t)ucol_next(iter1, &status) != ce) {
1472 ce = ucol_next(iter2, &status);
1508 uint32_t ce;
1523 ce = ucol_next(iter1, &status);
1528 while (ce != UCOL_NULLORDER) {
1530 if (ce == ce2) {
1531 log_verbose("CEs match: %08x\n", ce);
1533 log_err("CEs do not match: %08x vs. %08x\n", ce, ce2);
1536 ce = ucol_next(iter1, &status);
2293 uint32_t CE;
2310 while((CE=ucol_next(it, &status)) != UCOL_NULLORDER) {
2311 log_verbose("%08X\n", CE);
2336 /* uint32_t CE;*/
2352 [last primary ignorable] largest CE for primary ignorable
2353 [last secondary ignorable] largest CE for secondary ignorable
2354 [last tertiary ignorable] largest CE for tertiary ignorable
2425 * Note: With a "SPACE first primary" boundary CE in FractionalUCA.txt,