Home | History | Annotate | Download | only in i18n

Lines Matching defs:ucol_prv_getSpecialCE

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