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 360 * and unchanged even when uloc_setDefault() is called.
389 uloc_setDefault(const char* localeID,
    [all...]
urename.h     [all...]
  /external/icu/icu4c/source/test/cintltst/
cloctst.c 341 uloc_setDefault("qq_BLA", &status);
343 log_err(" Mismatch in uloc_setDefault: qq_BLA versus %s\n", uloc_getDefault());
345 uloc_setDefault(NULL, &status);
347 log_err(" uloc_setDefault(NULL, &status) didn't get the default locale back!\n");
359 uloc_setDefault("en_US", &status);
365 uloc_setDefault("fr_FR", &status);
368 log_err("uloc_setDefault altered previously default string."
375 uloc_setDefault("en_US", &status);
385 log_err("Failure returned from uloc_setDefault - \"%s\"\n", u_errorName(status));
    [all...]
  /external/icu/icu4c/source/common/
uloc.cpp     [all...]

Completed in 49 milliseconds