Home | History | Annotate | Download | only in cintltst

Lines Matching defs:ce

1155 * @param ce array for storage, assuming size > 20
1331 uint32_t ce = (uint32_t)ucol_next(iter, &status);
1332 if (ce == 0xFFFFFFFF) {
1333 ce = 0;
1338 if(UCOL_ISTHAIPREVOWEL(*codepoints) && ce == 0 && count == 0) {
1341 if (ce != ces[count] || U_FAILURE(status)) {
1430 uint32_t ce;
1436 ce = ucol_next(resultiter, &status);
1441 while (ce != UCOL_NULLORDER) {
1442 if (ce != (uint32_t)ucol_next(iter, &status) ||
1447 ce = ucol_next(resultiter, &status);
1478 log_err_status(status, "Rule based collator not created for testing ce buffer overflow -> %s\n", u_errorName(status));
1492 log_err("CE buffer should not overflow with long string of trail surrogates\n");
1581 uint32_t ce;
1592 ce = ucol_next(iter, &status);
1594 while (ce != UCOL_NULLORDER) {
1595 if (ce != 0) {
1596 uint32_t primary = UCOL_PRIMARYORDER(ce);
1597 uint32_t secondary = UCOL_SECONDARYORDER(ce);
1598 uint32_t tertiary = UCOL_TERTIARYORDER(ce);
1610 if (checkByteBounds(ce, 0x3, 0x1)) {
1611 log_err("Byte range in CE lies in illegal bounds 0x1 - 0x3\n");
1619 || (primary >= 0xFE00 && !isContinuation(ce))) {
1633 ce = ucol_next(iter, &status);