HomeSort by relevance Sort by last modified time
    Searched refs:uloc_setDefault (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/common/unicode/
uloc.h 366 * and unchanged even when uloc_setDefault() is called.
395 uloc_setDefault(const char* localeID,
    [all...]
urename.h     [all...]
  /external/icu/icu4c/source/test/cintltst/
cloctst.c 346 uloc_setDefault("qq_BLA", &status);
348 log_err(" Mismatch in uloc_setDefault: qq_BLA versus %s\n", uloc_getDefault());
350 uloc_setDefault(NULL, &status);
352 log_err(" uloc_setDefault(NULL, &status) didn't get the default locale back!\n");
364 uloc_setDefault("en_US", &status);
370 uloc_setDefault("fr_FR", &status);
373 log_err("uloc_setDefault altered previously default string."
380 uloc_setDefault("en_US", &status);
390 log_err("Failure returned from uloc_setDefault - \"%s\"\n", u_errorName(status));
    [all...]
  /external/icu/icu4c/source/common/
uloc.cpp     [all...]

Completed in 52 milliseconds