Home | History | Annotate | Download | only in dumpce

Lines Matching defs:ce

187     uint32_t ce = ucol_next(iter, &error);
195 if (UCOL_PRIMARYORDER(ce) != 0) {
196 fprintf(f, "%04x", UCOL_PRIMARYORDER(ce));
199 if (UCOL_SECONDARYORDER(ce) != 0) {
200 fprintf(f, " %02x", UCOL_SECONDARYORDER(ce));
203 if (UCOL_TERTIARYORDER(ce) != 0) {
204 fprintf(f, " %02x", UCOL_TERTIARYORDER(ce));
208 ce = ucol_next(iter, &error);
209 if (ce == UCOL_NULLORDER) {
1224 int32_t ce = ucol_next(coleiter, &error);
1230 while (ce != UCOL_NULLORDER) {
1231 if ((UCOL_PRIMARYORDER(ce) != 0) && !isContinuation(ce)) {
1237 ce = ucol_next(coleiter, &error);