Home | History | Annotate | Download | only in i18n

Lines Matching refs:ceindex

1620     int       ceindex   = celength - 1;
1623 while (ceindex >= 0) {
1646 if (textce != UCOL_IGNORABLE && textce != ce[ceindex]) {
1673 if (textce == ce[ceindex]) {
1674 ceindex --;
2283 int ceindex = 0;
2287 while (ceindex < celength) {
2310 if (textce != UCOL_IGNORABLE && textce != ce[ceindex]) {
2337 if (textce == ce[ceindex]) {
2338 ceindex ++;