Home | History | Annotate | Download | only in cintltst

Lines Matching defs:CE

1040 /* these values are used for finding CE values for indirect positioning. */
1190 log_verbose("Thai prevowel detected. Will pick next CE\n");
1228 log_err("%s: couldn't find the CE\n", colLoc);
1239 log_err("%s: current CE (initial strength UCOL_EQUAL)\n", colLoc);
1244 log_err("%s: current CE (initial strength UCOL_EQUAL)\n", colLoc);
1249 log_err("%s: current CE is not less than base CE\n", colLoc);
2678 uint32_t ce;
2683 ce = ucol_next(iter2, &status);
2684 while (ce != UCOL_NULLORDER) {
2685 if ((uint32_t)ucol_next(iter1, &status) != ce) {
2689 ce = ucol_next(iter2, &status);
2724 uint32_t ce;
2739 ce = ucol_next(iter1, &status);
2744 while (ce != UCOL_NULLORDER) {
2745 if (ce != (uint32_t)ucol_next(iter2, &status)) {
2749 ce = ucol_next(iter1, &status);
2992 uint32_t CE = UCOL_NO_MORE_CES;
2998 CE = ucol_getNextCE(coll, &s, &status);
3503 uint32_t CE;
3520 while((CE=ucol_next(it, &status)) != UCOL_NULLORDER) {
3521 log_verbose("%08X\n", CE);
3546 /* uint32_t CE;*/
3562 [last primary ignorable] largest CE for primary ignorable
3563 [last secondary ignorable] largest CE for secondary ignorable
3564 [last tertiary ignorable] largest CE for tertiary ignorable