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 161 resultLength = u_vformatMessage(uloc_getDefault(), msg, msgLen, result, resultLength, ap, &err);
169 uloc_getDefault(),
185 uloc_getDefault(),
  /external/icu/icu4c/source/common/
ustrcase_locale.cpp 16 * Locale-sensitive case mapping functions (ones that call uloc_getDefault())
51 // Unfortunately, uloc_getDefault() has many dependencies.
56 locale=uloc_getDefault();
uloc.cpp     [all...]
locdspnm.cpp 865 locale = uloc_getDefault();
878 locale = uloc_getDefault();
    [all...]
uresbund.cpp 130 if(uprv_strcmp(resB->fName, uloc_getDefault())==0 || uprv_strcmp(resB->fName, kRootLocaleName)==0) {
325 name = uloc_getDefault();
457 const char *defaultLoc = uloc_getDefault();
672 uprv_strcpy(name, uloc_getDefault());
    [all...]
  /external/icu/icu4c/source/io/
locbund.cpp 79 loc = uloc_getDefault();
  /external/icu/icu4c/source/test/cintltst/
cintltst.c 193 "#### Note: The default locale %s is not available\n", uloc_getDefault());
198 "*** %s! Can not open a resource bundle for the default locale %s\n", warnOrErr, uloc_getDefault());
206 fprintf(stdout, "Default locale for this run is %s\n", uloc_getDefault());
cdtdptst.c 83 UCalendar *cal = ucal_open(NULL, 0, uloc_getDefault(), UCAL_TRADITIONAL, &status);
cloctst.c 345 uprv_strcpy(original, uloc_getDefault());
347 if (uprv_strcmp(uloc_getDefault(), "qq_BLA") != 0) {
348 log_err(" Mismatch in uloc_setDefault: qq_BLA versus %s\n", uloc_getDefault());
351 if (uprv_strcmp(uloc_getDefault(), original) != 0) {
365 n_en_US = uloc_getDefault();
367 log_err("Wrong result from uloc_getDefault(). Expected \"en_US\", got \"%s\"\n", n_en_US);
371 n_fr_FR = uloc_getDefault();
377 log_err("Wrong result from uloc_getDefault(). Expected \"fr_FR\", got %s\n", n_fr_FR);
381 n2_en_US = uloc_getDefault();
383 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 375 uloc_getDefault(void);
    [all...]
urename.h     [all...]
  /external/icu/icu4c/source/samples/date/
date.c 217 printf("Default Locale: %s\n", uloc_getDefault());
  /external/icu/icu4c/source/samples/cal/
cal.c 243 c = ucal_open(0, -1, uloc_getDefault(), UCAL_TRADITIONAL, status);
595 right_cal = ucal_open(0, -1, uloc_getDefault(), UCAL_TRADITIONAL, status);
  /external/icu/icu4c/source/test/intltest/
locnmtst.cpp 174 if(0 != uprv_strcmp(uloc_getDefault(), locale)) {
175 errln("uldn_getLocale(uldn_open(NULL))=%s != default locale %s\n", locale, uloc_getDefault());
  /external/icu/icu4c/source/test/iotest/
filetst.c 379 || strcmp(u_fgetlocale(myFile), uloc_getDefault()) != 0)
382 u_fgetlocale(myFile), uloc_getDefault());
413 || strcmp(u_fgetlocale(myFile), uloc_getDefault()) != 0)
416 u_fgetlocale(myFile), uloc_getDefault());
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
udbgutil.cpp 490 const char *def = uloc_getDefault();
502 STRING_PARAM(paramLocaleDefault, uloc_getDefault())
  /external/icu/icu4c/source/i18n/
ucal.cpp 153 locale = uloc_getDefault();
numfmt.cpp     [all...]

Completed in 463 milliseconds