Home | History | Annotate | Download | only in cintltst

Lines Matching defs:ce

1049 /* these values are used for finding CE values for indirect positioning. */
1206 log_verbose("Thai prevowel detected. Will pick next CE\n");
1244 log_err("%s: couldn't find the CE\n", colLoc);
1255 log_err("%s: current CE (initial strength UCOL_EQUAL)\n", colLoc);
1260 log_err("%s: current CE (initial strength UCOL_EQUAL)\n", colLoc);
1265 log_err("%s: current CE is not less than base CE\n", colLoc);
2715 uint32_t ce;
2720 ce = ucol_next(iter2, &status);
2721 while (ce != UCOL_NULLORDER) {
2722 if ((uint32_t)ucol_next(iter1, &status) != ce) {
2726 ce = ucol_next(iter2, &status);
2761 uint32_t ce;
2776 ce = ucol_next(iter1, &status);
2781 while (ce != UCOL_NULLORDER) {
2782 if (ce != (uint32_t)ucol_next(iter2, &status)) {
2786 ce = ucol_next(iter1, &status);
3033 uint32_t CE = UCOL_NO_MORE_CES;
3040 CE = ucol_getNextCE(coll, s, &status);
3555 uint32_t CE;
3572 while((CE=ucol_next(it, &status)) != UCOL_NULLORDER) {
3573 log_verbose("%08X\n", CE);
3598 /* uint32_t CE;*/
3614 [last primary ignorable] largest CE for primary ignorable
3615 [last secondary ignorable] largest CE for secondary ignorable
3616 [last tertiary ignorable] largest CE for tertiary ignorable