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

1 2

  /external/icu4c/common/unicode/
usystem.h 32 # define uloc_getDefault uloc_getDefault_SYSTEM_API_DO_NOT_USE
uloc.h 369 uloc_getDefault(void);
    [all...]
  /external/icu4c/extra/uconv/
uwmsg.c 165 resultLength = u_vformatMessage(uloc_getDefault(), msg, msgLen, result, resultLength, ap, &err);
173 uloc_getDefault(),
189 uloc_getDefault(),
  /external/icu4c/io/
locbund.c 81 loc = uloc_getDefault();
  /external/icu4c/test/intltest/
locnmtst.cpp 126 if(0 != uprv_strcmp(uloc_getDefault(), locale)) {
127 errln("uldn_getLocale(uldn_open(NULL))=%s != default locale %s\n", locale, uloc_getDefault());
  /external/icu4c/test/cintltst/
cintltst.c 180 "#### Note: The default locale %s is not available\n", uloc_getDefault());
185 "*** %s! Can not open a resource bundle for the default locale %s\n", warnOrErr, uloc_getDefault());
193 fprintf(stdout, "Default locale for this run is %s\n", uloc_getDefault());
cdtdptst.c 79 UCalendar *cal = ucal_open(NULL, 0, uloc_getDefault(), UCAL_TRADITIONAL, &status);
cloctst.c 330 uprv_strcpy(original, uloc_getDefault());
332 if (uprv_strcmp(uloc_getDefault(), "qq_BLA") != 0) {
333 log_err(" Mismatch in uloc_setDefault: qq_BLA versus %s\n", uloc_getDefault());
336 if (uprv_strcmp(uloc_getDefault(), original) != 0) {
350 n_en_US = uloc_getDefault();
352 log_err("Wrong result from uloc_getDefault(). Expected \"en_US\", got \"%s\"\n", n_en_US);
356 n_fr_FR = uloc_getDefault();
362 log_err("Wrong result from uloc_getDefault(). Expected \"fr_FR\", got %s\n", n_fr_FR);
366 n2_en_US = uloc_getDefault();
368 log_err("Wrong result from uloc_getDefault(). Expected \"en_US\", got \"%s\"\n", n_en_US)
    [all...]
cldrtest.c     [all...]
ccaltst.c     [all...]
cnmdptst.c     [all...]
  /external/icu4c/samples/date/
date.c 177 printf("Default Locale: %s\n", uloc_getDefault());
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uloc.h 352 uloc_getDefault(void);
    [all...]
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
uloc.h 352 uloc_getDefault(void);
    [all...]
  /external/icu4c/common/
uloc.c     [all...]
uresbund.c 124 if(uprv_strcmp(resB->fName, uloc_getDefault())==0 || uprv_strcmp(resB->fName, kRootLocaleName)==0) {
334 uprv_strcpy(name, uloc_getDefault());
463 const char *defaultLoc = uloc_getDefault();
616 uprv_strcpy(name, uloc_getDefault());
    [all...]
ustrcase.c 175 locale=uloc_getDefault();
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
system_settings_provider.cc 143 zone_bundle = ures_open(zone_bundle_name, uloc_getDefault(), &status);
  /external/icu4c/tools/icuinfo/
icuinfo.cpp 118 printf( "Default locale: %s\n", uloc_getDefault());
  /external/icu4c/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/icu4c/test/iotest/
filetst.c 370 || strcmp(u_fgetlocale(myFile), uloc_getDefault()) != 0)
373 u_fgetlocale(myFile), uloc_getDefault());
404 || strcmp(u_fgetlocale(myFile), uloc_getDefault()) != 0)
407 u_fgetlocale(myFile), uloc_getDefault());
    [all...]
  /external/icu4c/i18n/
locdspnm.cpp 531 locale = uloc_getDefault();
ucal.cpp 142 locale = uloc_getDefault();
numfmt.cpp 1036 loc = uloc_getDefault();
    [all...]

Completed in 2514 milliseconds

1 2