Searched defs:clocale (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/intltest/
H A Dssearch.cpp233 char clocale[100]; local
238 locale->extract(0, locale->length(), clocale, sizeof(clocale), NULL);
292 LocalUCollatorPointer collator(ucol_open(clocale, &status));
571 char clocale[100]; local
576 locale->extract(0, locale->length(), clocale, sizeof(clocale), NULL);
630 UCollator *collator = ucol_open(clocale, &status);

Completed in 1505 milliseconds