Home | History | Annotate | Download | only in i18n

Lines Matching full:ceindex

1609     int       ceindex   = celength - 1;
1612 while (ceindex >= 0) {
1635 if (textce != UCOL_IGNORABLE && textce != ce[ceindex]) {
1662 if (textce == ce[ceindex]) {
1663 ceindex --;
2272 int ceindex = 0;
2276 while (ceindex < celength) {
2299 if (textce != UCOL_IGNORABLE && textce != ce[ceindex]) {
2326 if (textce == ce[ceindex]) {
2327 ceindex ++;