Home | History | Annotate | Download | only in i18n

Lines Matching refs:textce

1615         int32_t textce = ucol_previous(coleiter, status);
1622 if (textce == UCOL_NULLORDER) {
1636 textce = getCE(strsrch, textce);
1637 if (textce != UCOL_IGNORABLE && textce != ce[ceindex]) {
1664 if (textce == ce[ceindex]) {
2279 int32_t textce = ucol_next(coleiter, status);
2286 if (textce == UCOL_NULLORDER) {
2300 textce = getCE(strsrch, textce);
2301 if (textce != UCOL_IGNORABLE && textce != ce[ceindex]) {
2328 if (textce == ce[ceindex]) {