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

  /external/icu/icu4c/source/extra/uconv/
uwmsg.c 158 resultLength = u_vformatMessage(uloc_getDefault(), msg, msgLen, result, resultLength, ap, &err);
166 uloc_getDefault(),
182 uloc_getDefault(),
  /external/icu/icu4c/source/common/
ustrcase_locale.cpp 14 * Locale-sensitive case mapping functions (ones that call uloc_getDefault())
49 // Unfortunately, uloc_getDefault() has many dependencies.
54 locale=uloc_getDefault();
uloc.cpp     [all...]
uresbund.cpp 128 if(uprv_strcmp(resB->fName, uloc_getDefault())==0 || uprv_strcmp(resB->fName, kRootLocaleName)==0) {
323 name = uloc_getDefault();
455 const char *defaultLoc = uloc_getDefault();
670 uprv_strcpy(name, uloc_getDefault());
    [all...]
  /external/icu/icu4c/source/io/
locbund.cpp 77 loc = uloc_getDefault();
  /external/icu/icu4c/source/test/cintltst/
cintltst.c 191 "#### Note: The default locale %s is not available\n", uloc_getDefault());
196 "*** %s! Can not open a resource bundle for the default locale %s\n", warnOrErr, uloc_getDefault());
204 fprintf(stdout, "Default locale for this run is %s\n", uloc_getDefault());
cdtdptst.c 81 UCalendar *cal = ucal_open(NULL, 0, uloc_getDefault(), UCAL_TRADITIONAL, &status);
cloctst.c 340 uprv_strcpy(original, uloc_getDefault());
342 if (uprv_strcmp(uloc_getDefault(), "qq_BLA") != 0) {
343 log_err(" Mismatch in uloc_setDefault: qq_BLA versus %s\n", uloc_getDefault());
346 if (uprv_strcmp(uloc_getDefault(), original) != 0) {
360 n_en_US = uloc_getDefault();
362 log_err("Wrong result from uloc_getDefault(). Expected \"en_US\", got \"%s\"\n", n_en_US);
366 n_fr_FR = uloc_getDefault();
372 log_err("Wrong result from uloc_getDefault(). Expected \"fr_FR\", got %s\n", n_fr_FR);
376 n2_en_US = uloc_getDefault();
378 log_err("Wrong result from uloc_getDefault(). Expected \"en_US\", got \"%s\"\n", n_en_US)
    [all...]
cnmdptst.c     [all...]
cldrtest.c     [all...]
ccaltst.c     [all...]
usrchtst.c     [all...]
  /external/icu/icu4c/source/common/unicode/
uloc.h 369 uloc_getDefault(void);
    [all...]
urename.h     [all...]
  /external/icu/icu4c/source/samples/date/
date.c 213 printf("Default Locale: %s\n", uloc_getDefault());
  /external/icu/icu4c/source/samples/cal/
cal.c 239 c = ucal_open(0, -1, uloc_getDefault(), UCAL_TRADITIONAL, status);
591 right_cal = ucal_open(0, -1, uloc_getDefault(), UCAL_TRADITIONAL, status);
  /external/icu/icu4c/source/test/intltest/
locnmtst.cpp 171 if(0 != uprv_strcmp(uloc_getDefault(), locale)) {
172 errln("uldn_getLocale(uldn_open(NULL))=%s != default locale %s\n", locale, uloc_getDefault());
  /external/icu/icu4c/source/test/iotest/
filetst.c 376 || strcmp(u_fgetlocale(myFile), uloc_getDefault()) != 0)
379 u_fgetlocale(myFile), uloc_getDefault());
410 || strcmp(u_fgetlocale(myFile), uloc_getDefault()) != 0)
413 u_fgetlocale(myFile), uloc_getDefault());
    [all...]
  /external/icu/icu4c/source/i18n/
locdspnm.cpp 825 locale = uloc_getDefault();
838 locale = uloc_getDefault();
    [all...]
numfmt.cpp     [all...]
ucal.cpp 150 locale = uloc_getDefault();
  /external/icu/icu4c/source/tools/toolutil/
udbgutil.cpp 491 const char *def = uloc_getDefault();
503 STRING_PARAM(paramLocaleDefault, uloc_getDefault())

Completed in 218 milliseconds