Home | History | Annotate | Download | only in intltest

Lines Matching full:clocale

233         char  clocale[100];
238 locale->extract(0, locale->length(), clocale, sizeof(clocale), NULL);
292 LocalUCollatorPointer collator(ucol_open(clocale, &status));
571 char clocale[100];
576 locale->extract(0, locale->length(), clocale, sizeof(clocale), NULL);
630 UCollator *collator = ucol_open(clocale, &status);