Searched refs:uloc_getDefault (Results 1 - 25 of 31) sorted by relevance

12

/external/icu4c/common/unicode/
H A Dusystem.h32 # define uloc_getDefault uloc_getDefault_SYSTEM_API_DO_NOT_USE macro
H A Duloc.h369 uloc_getDefault(void);
/external/icu4c/extra/uconv/
H A Duwmsg.c165 resultLength = u_vformatMessage(uloc_getDefault(), msg, msgLen, result, resultLength, ap, &err);
173 uloc_getDefault(),
189 uloc_getDefault(),
/external/icu4c/io/
H A Dlocbund.c81 loc = uloc_getDefault();
/external/icu4c/test/intltest/
H A Dlocnmtst.cpp126 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/
H A Dcintltst.c180 "#### 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());
H A Dcdtdptst.c79 UCalendar *cal = ucal_open(NULL, 0, uloc_getDefault(), UCAL_TRADITIONAL, &status);
H A Dcloctst.c330 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()
[all...]
H A Dcldrtest.c1259 ULocaleData *uld = ulocdata_open(uloc_getDefault(), &status);
1288 ULocaleData *uld = ulocdata_open(uloc_getDefault(), &status);
H A Dccaltst.c1428 UEnumeration *ALL = ucal_getKeywordValuesForLocale("calendar", uloc_getDefault(), FALSE, &status);
1491 log_err_status(status, "Failed to get ALL keyword values for default locale %s: %s.\n", uloc_getDefault(), u_errorName(status));
H A Dcnmdptst.c901 UEnumeration *ALL = ucurr_getKeywordValuesForLocale("currency", uloc_getDefault(), FALSE, &status);
/external/icu4c/samples/date/
H A Ddate.c177 printf("Default Locale: %s\n", uloc_getDefault());
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Duloc.h352 uloc_getDefault(void);
H A Durename.h782 #define uloc_getDefault uloc_getDefault_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Duloc.h352 uloc_getDefault(void);
/external/icu4c/common/
H A Duloc.c1563 localeID=uloc_getDefault();
1642 localeID=uloc_getDefault();
1664 const char *d = uloc_getDefault();
1873 localeID = uloc_getDefault();
1902 localeID=uloc_getDefault();
1922 localeID=uloc_getDefault();
1946 localeID=uloc_getDefault();
1984 localeID=uloc_getDefault();
2063 localeID = uloc_getDefault();
2083 localeID = uloc_getDefault();
2131 uloc_getDefault() function
[all...]
H A Duresbund.c124 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());
1729 if(uprv_strcmp(dataEntry->fName, uloc_getDefault())==0 || uprv_strcmp(dataEntry->fName, kRootLocaleName)==0) {
H A Dustrcase.c175 locale=uloc_getDefault();
/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Dsystem_settings_provider.cc143 zone_bundle = ures_open(zone_bundle_name, uloc_getDefault(), &status);
/external/icu4c/tools/icuinfo/
H A Dicuinfo.cpp118 printf( "Default locale: %s\n", uloc_getDefault());
/external/icu4c/samples/cal/
H A Dcal.c239 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/
H A Dfiletst.c370 || 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());
/external/icu4c/i18n/
H A Dlocdspnm.cpp531 locale = uloc_getDefault();
H A Ducal.cpp142 locale = uloc_getDefault();
H A Dnumfmt.cpp1036 loc = uloc_getDefault();

Completed in 530 milliseconds

12