Lines Matching defs:ce

1157 * @param ce array for storage, assuming size > 20
1333 uint32_t ce = (uint32_t)ucol_next(iter, &status);
1334 if (ce == 0xFFFFFFFF) {
1335 ce = 0;
1340 if(UCOL_ISTHAIPREVOWEL(*codepoints) && ce == 0 && count == 0) {
1343 if (ce != ces[count] || U_FAILURE(status)) {
1432 uint32_t ce;
1438 ce = ucol_next(resultiter, &status);
1443 while (ce != UCOL_NULLORDER) {
1444 if (ce != (uint32_t)ucol_next(iter, &status) ||
1449 ce = ucol_next(resultiter, &status);
1480 log_err_status(status, "Rule based collator not created for testing ce buffer overflow -> %s\n", u_errorName(status));
1542 uint32_t ce = ucol_next(iter, &status);
1544 if (ce == UCOL_NULLORDER) {
1548 if (ce == 0) {
1551 if (ce == 0x02000202) {
1567 primary = UCOL_PRIMARYORDER(ce);
1570 secondary = UCOL_SECONDARYORDER(ce);
1571 tertiary = UCOL_TERTIARYORDER(ce) & UCOL_REMOVE_CONTINUATION;
1573 if (!isContinuation(ce)) {
1574 if ((ce & UCOL_REMOVE_CONTINUATION) == 0) {
1575 log_err("Empty CE %08lX except for case bits\n", (long)ce);
1580 log_err("Primary 00 xx in %08lX\n", (long)ce);
1587 log_err("Primary first byte of %08lX out of range\n", (long)ce);
1595 log_err("Primary second byte of %08lX out of range\n", (long)ce);
1603 log_err("Primary!=0 secondary==0 in %08lX\n", (long)ce);
1612 log_err("Secondary byte of %08lX out of range\n", (long)ce);
1618 /* We know that ce != 0. */
1619 log_err("Primary!=0 or secondary!=0 but tertiary==0 in %08lX\n", (long)ce);
1623 log_err("Tertiary byte of %08lX out of range\n", (long)ce);
1628 if ((ce & UCOL_REMOVE_CONTINUATION) == 0) {
1629 log_err("Empty continuation %08lX\n", (long)ce);
1633 log_err("Primary was done but continues in %08lX\n", (long)ce);
1638 log_err("Primary 00 xx in %08lX\n", (long)ce);
1644 log_err("Primary first byte of %08lX out of range\n", (long)ce);
1651 log_err("Primary second byte of %08lX out of range\n", (long)ce);
1657 log_err("Secondary was done but continues in %08lX\n", (long)ce);
1664 log_err("Secondary byte of %08lX out of range\n", (long)ce);
1669 log_err("Tertiary was done but continues in %08lX\n", (long)ce);
1675 log_err("Tertiary byte of %08lX out of range\n", (long)ce);