Home | History | Annotate | Download | only in dumpce

Lines Matching full:localeindex

487               int32_t  localeindex = 0;
522 localeindex = ucol_countAvailable() - 1;
523 fprintf(stdout, "Number of locales: %d\n", localeindex + 1);
524 locale = ucol_getAvailable(localeindex);
566 localeindex --;
567 if (localeindex < 0) {
570 locale = ucol_getAvailable(localeindex);