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

12

/external/chromium_org/third_party/icu/source/extra/uconv/
H A Duwmsg.c160 resultLength = u_vformatMessage(uloc_getDefault(), msg, msgLen, result, resultLength, ap, &err);
168 uloc_getDefault(),
184 uloc_getDefault(),
/external/icu/icu4c/source/extra/uconv/
H A Duwmsg.c160 resultLength = u_vformatMessage(uloc_getDefault(), msg, msgLen, result, resultLength, ap, &err);
168 uloc_getDefault(),
184 uloc_getDefault(),
/external/chromium_org/base/i18n/
H A Dstring_search.cc23 uloc_getDefault(),
H A Dstring_search_unittest.cc24 std::string default_locale(uloc_getDefault());
85 std::string default_locale(uloc_getDefault());
193 const char* default_locale = uloc_getDefault();
203 std::string default_locale(uloc_getDefault());
/external/chromium_org/third_party/icu/source/common/
H A Dustrcase_locale.cpp14 * Locale-sensitive case mapping functions (ones that call uloc_getDefault())
49 // Unfortunately, uloc_getDefault() has many dependencies.
54 locale=uloc_getDefault();
H A Duloc.cpp1566 localeID=uloc_getDefault();
1645 localeID=uloc_getDefault();
1667 const char *d = uloc_getDefault();
1879 localeID = uloc_getDefault();
1908 localeID=uloc_getDefault();
1928 localeID=uloc_getDefault();
1952 localeID=uloc_getDefault();
1990 localeID=uloc_getDefault();
2069 localeID = uloc_getDefault();
2089 localeID = uloc_getDefault();
[all...]
/external/icu/icu4c/source/common/
H A Dustrcase_locale.cpp14 * Locale-sensitive case mapping functions (ones that call uloc_getDefault())
49 // Unfortunately, uloc_getDefault() has many dependencies.
54 locale=uloc_getDefault();
H A Duloc.cpp1566 localeID=uloc_getDefault();
1645 localeID=uloc_getDefault();
1667 const char *d = uloc_getDefault();
1879 localeID = uloc_getDefault();
1908 localeID=uloc_getDefault();
1928 localeID=uloc_getDefault();
1952 localeID=uloc_getDefault();
1990 localeID=uloc_getDefault();
2069 localeID = uloc_getDefault();
2089 localeID = uloc_getDefault();
[all...]
/external/chromium_org/third_party/icu/source/io/
H A Dlocbund.cpp77 loc = uloc_getDefault();
/external/icu/icu4c/source/io/
H A Dlocbund.cpp77 loc = uloc_getDefault();
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcintltst.c187 "#### Note: The default locale %s is not available\n", uloc_getDefault());
192 "*** %s! Can not open a resource bundle for the default locale %s\n", warnOrErr, uloc_getDefault());
200 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);
/external/icu/icu4c/source/test/cintltst/
H A Dcintltst.c187 "#### Note: The default locale %s is not available\n", uloc_getDefault());
192 "*** %s! Can not open a resource bundle for the default locale %s\n", warnOrErr, uloc_getDefault());
200 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);
/external/chromium_org/chrome/browser/chromeos/system/
H A Dtimezone_util.cc48 zone_bundle = ures_open(zone_bundle_name, uloc_getDefault(), &status);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dlocnmtst.cpp160 if(0 != uprv_strcmp(uloc_getDefault(), locale)) {
161 errln("uldn_getLocale(uldn_open(NULL))=%s != default locale %s\n", locale, uloc_getDefault());
/external/icu/icu4c/source/test/intltest/
H A Dlocnmtst.cpp160 if(0 != uprv_strcmp(uloc_getDefault(), locale)) {
161 errln("uldn_getLocale(uldn_open(NULL))=%s != default locale %s\n", locale, uloc_getDefault());
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duloc.h369 uloc_getDefault(void);
/external/chromium_org/third_party/icu/source/samples/date/
H A Ddate.c213 printf("Default Locale: %s\n", uloc_getDefault());
/external/icu/icu4c/source/common/unicode/
H A Duloc.h369 uloc_getDefault(void);
/external/icu/icu4c/source/samples/date/
H A Ddate.c213 printf("Default Locale: %s\n", uloc_getDefault());
/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/icu/source/test/iotest/
H A Dfiletst.c376 || 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());
/external/icu/icu4c/source/test/iotest/
H A Dfiletst.c376 || 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());

Completed in 585 milliseconds

12