HomeSort by relevance Sort by last modified time
    Searched defs:clocale (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
ssearch.cpp 233 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);
    [all...]
  /external/icu4c/test/intltest/
ssearch.cpp 199 char clocale[100]; local
204 locale->extract(0, locale->length(), clocale, sizeof(clocale), NULL);
258 LocalUCollatorPointer collator(ucol_open(clocale, &status));
    [all...]

Completed in 150 milliseconds