Home
last modified time | relevance | path

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

12

/external/icu4c/extra/uconv/
Duwmsg.c165 resultLength = u_vformatMessage(uloc_getDefault(), msg, msgLen, result, resultLength, ap, &err); in u_wmsg()
173 uloc_getDefault(), in u_wmsg()
189 uloc_getDefault(), in u_wmsg()
/external/icu4c/common/unicode/
Dusystem.h32 # define uloc_getDefault uloc_getDefault_SYSTEM_API_DO_NOT_USE macro
Duloc.h369 uloc_getDefault(void);
/external/icu4c/common/
Duloc.c1566 localeID=uloc_getDefault(); in uloc_openKeywords()
1645 localeID=uloc_getDefault(); in _canonicalize()
1667 const char *d = uloc_getDefault(); in _canonicalize()
1882 localeID = uloc_getDefault(); in uloc_getParent()
1911 localeID=uloc_getDefault(); in uloc_getLanguage()
1931 localeID=uloc_getDefault(); in uloc_getScript()
1955 localeID=uloc_getDefault(); in uloc_getCountry()
1993 localeID=uloc_getDefault(); in uloc_getVariant()
2072 localeID = uloc_getDefault(); in uloc_getISO3Language()
2092 localeID = uloc_getDefault(); in uloc_getISO3Country()
[all …]
Duresbund.c124 …if(uprv_strcmp(resB->fName, uloc_getDefault())==0 || uprv_strcmp(resB->fName, kRootLocaleName)==0)… in getFallbackData()
337 uprv_strcpy(name, uloc_getDefault()); in init_entry()
466 const char *defaultLoc = uloc_getDefault(); in findFirstExisting()
622 uprv_strcpy(name, uloc_getDefault()); in entryOpen()
1746 …if(uprv_strcmp(dataEntry->fName, uloc_getDefault())==0 || uprv_strcmp(dataEntry->fName, kRootLocal… in ures_getByKeyWithFallback()
Dustrcase.c175 locale=uloc_getDefault(); in setTempCaseMapLocale()
/external/icu4c/test/cintltst/
Dcintltst.c180 "#### Note: The default locale %s is not available\n", uloc_getDefault()); in main()
185 …*** %s! Can not open a resource bundle for the default locale %s\n", warnOrErr, uloc_getDefault()); in main()
193 fprintf(stdout, "Default locale for this run is %s\n", uloc_getDefault()); in main()
Dcloctst.c330 uprv_strcpy(original, uloc_getDefault()); in TestNullDefault()
332 if (uprv_strcmp(uloc_getDefault(), "qq_BLA") != 0) { in TestNullDefault()
333 log_err(" Mismatch in uloc_setDefault: qq_BLA versus %s\n", uloc_getDefault()); in TestNullDefault()
336 if (uprv_strcmp(uloc_getDefault(), original) != 0) { in TestNullDefault()
350 n_en_US = uloc_getDefault(); in TestNullDefault()
356 n_fr_FR = uloc_getDefault(); in TestNullDefault()
366 n2_en_US = uloc_getDefault(); in TestNullDefault()
1997 expected = uloc_getDefault(); in TestCanonicalization()
Dcdtdptst.c79 UCalendar *cal = ucal_open(NULL, 0, uloc_getDefault(), UCAL_TRADITIONAL, &status); in TestTwoDigitYearDSTParse()
Dcldrtest.c1188 ULocaleData *uld = ulocdata_open(uloc_getDefault(), &status); in TestLocaleDisplayPattern()
1217 ULocaleData *uld = ulocdata_open(uloc_getDefault(), &status); in TestCoverage()
Dccaltst.c1454 … UEnumeration *ALL = ucal_getKeywordValuesForLocale("calendar", uloc_getDefault(), FALSE, &status); in TestGetKeywordValuesForLocale()
1517 …us, "Failed to get ALL keyword values for default locale %s: %s.\n", uloc_getDefault(), u_errorNam… in TestGetKeywordValuesForLocale()
Dcnmdptst.c901 …UEnumeration *ALL = ucurr_getKeywordValuesForLocale("currency", uloc_getDefault(), FALSE, &status); in TestGetKeywordValuesForLocale()
/external/icu4c/test/intltest/
Dlocnmtst.cpp126 if(0 != uprv_strcmp(uloc_getDefault(), locale)) { in TestUldnOpen()
127 errln("uldn_getLocale(uldn_open(NULL))=%s != default locale %s\n", locale, uloc_getDefault()); in TestUldnOpen()
/external/icu4c/io/
Dlocbund.c81 loc = uloc_getDefault(); in u_locbund_init()
/external/icu4c/samples/date/
Ddate.c177 printf("Default Locale: %s\n", uloc_getDefault()); in version()
/external/webkit/Source/WebCore/icu/unicode/
Duloc.h352 uloc_getDefault(void);
/external/webkit/Source/JavaScriptCore/icu/unicode/
Duloc.h352 uloc_getDefault(void);
Durename.h782 #define uloc_getDefault uloc_getDefault_3_2 macro
/external/icu4c/tools/icuinfo/
Dicuinfo.cpp118 printf( "Default locale: %s\n", uloc_getDefault()); in cmd_version()
/external/chromium/chrome/browser/ui/webui/options/chromeos/
Dsystem_settings_provider.cc143 zone_bundle = ures_open(zone_bundle_name, uloc_getDefault(), &status); in GetExemplarCity()
/external/icu4c/samples/cal/
Dcal.c239 c = ucal_open(0, -1, uloc_getDefault(), UCAL_TRADITIONAL, status); in cal()
591 right_cal = ucal_open(0, -1, uloc_getDefault(), UCAL_TRADITIONAL, status); in print_year()
/external/icu4c/test/iotest/
Dfiletst.c370 || strcmp(u_fgetlocale(myFile), uloc_getDefault()) != 0) in TestCodepageAndLocale()
373 u_fgetlocale(myFile), uloc_getDefault()); in TestCodepageAndLocale()
404 || strcmp(u_fgetlocale(myFile), uloc_getDefault()) != 0) in TestCodepageAndLocale()
407 u_fgetlocale(myFile), uloc_getDefault()); in TestCodepageAndLocale()
/external/icu4c/i18n/
Ducal.cpp149 locale = uloc_getDefault(); in ucal_open()
Dlocdspnm.cpp531 locale = uloc_getDefault(); in uldn_open()
Dnumfmt.cpp1075 loc = uloc_getDefault(); in getEffectiveCurrency()

12