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

  /external/chromium/third_party/icu/public/common/unicode/
usystem.h 33 # define uloc_setDefault uloc_setDefault_SYSTEM_API_DO_NOT_USE
uloc.h 338 * and unchanged even when uloc_setDefault() is called.
367 uloc_setDefault(const char* localeID,
    [all...]
urename.h     [all...]
  /external/icu4c/common/unicode/
usystem.h 33 # define uloc_setDefault uloc_setDefault_SYSTEM_API_DO_NOT_USE
uloc.h 338 * and unchanged even when uloc_setDefault() is called.
367 uloc_setDefault(const char* localeID,
    [all...]
urename.h     [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
uloc.h 343 * and unchanged even when uloc_setDefault() is called.
372 uloc_setDefault(const char* localeID,
    [all...]
urename.h     [all...]
  /external/webkit/WebCore/icu/unicode/
uloc.h 343 * and unchanged even when uloc_setDefault() is called.
372 uloc_setDefault(const char* localeID,
    [all...]
urename.h     [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cloctst.c 323 uloc_setDefault("qq_BLA", &status);
325 log_err(" Mismatch in uloc_setDefault: qq_BLA versus %s\n", uloc_getDefault());
327 uloc_setDefault(NULL, &status);
329 log_err(" uloc_setDefault(NULL, &status) didn't get the default locale back!\n");
341 uloc_setDefault("en_US", &status);
347 uloc_setDefault("fr_FR", &status);
350 log_err("uloc_setDefault altered previously default string."
357 uloc_setDefault("en_US", &status);
367 log_err("Failure returned from uloc_setDefault - \"%s\"\n", u_errorName(status));
    [all...]
  /external/icu4c/test/cintltst/
cloctst.c 328 uloc_setDefault("qq_BLA", &status);
330 log_err(" Mismatch in uloc_setDefault: qq_BLA versus %s\n", uloc_getDefault());
332 uloc_setDefault(NULL, &status);
334 log_err(" uloc_setDefault(NULL, &status) didn't get the default locale back!\n");
346 uloc_setDefault("en_US", &status);
352 uloc_setDefault("fr_FR", &status);
355 log_err("uloc_setDefault altered previously default string."
362 uloc_setDefault("en_US", &status);
372 log_err("Failure returned from uloc_setDefault - \"%s\"\n", u_errorName(status));
    [all...]
  /external/icu4c/common/
uloc.c     [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/chromium/third_party/icu/source/common/
uloc.c     [all...]

Completed in 1087 milliseconds