Home | History | Annotate | Download | only in i18n

Lines Matching defs:ucol_prv_getSpecialCE

1528             order = ucol_prv_getSpecialCE(coll, ch, order, collationSource, status);
1554 order = ucol_prv_getSpecialCE(coll, ch, order, collationSource, status); /* and try to get the special CE */
1562 order = ucol_prv_getSpecialCE(coll->UCA, ch, order, collationSource, status);
2279 well, so that the whole chunk of codes in the getNextCE, ucol_prv_getSpecialCE does
2586 uint32_t ucol_prv_getSpecialCE(const UCollator *coll, UChar ch, uint32_t CE, collIterate *source, UErrorCode *status) {