/external/chromium_org/third_party/icu/source/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 | 160 resultLength = u_vformatMessage(uloc_getDefault(), msg, msgLen, result, resultLength, ap, &err); 168 uloc_getDefault(), 184 uloc_getDefault(),
|
/external/chromium_org/base/i18n/ |
string_search.cc | 23 uloc_getDefault(),
|
string_search_unittest.cc | 24 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/icu4c/common/ |
ustrcase_locale.cpp | 14 * Locale-sensitive case mapping functions (ones that call uloc_getDefault()) 49 // Unfortunately, uloc_getDefault() has many dependencies. 54 locale=uloc_getDefault();
|
uloc.cpp | [all...] |
/external/chromium_org/third_party/icu/source/io/ |
locbund.c | 81 loc = uloc_getDefault();
|
/external/icu4c/io/ |
locbund.cpp | 79 loc = uloc_getDefault();
|
/external/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/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);
|
/external/icu4c/test/cintltst/ |
cintltst.c | 188 "#### Note: The default locale %s is not available\n", uloc_getDefault()); 193 "*** %s! Can not open a resource bundle for the default locale %s\n", warnOrErr, uloc_getDefault()); 201 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);
|
/external/chromium_org/chrome/browser/chromeos/system/ |
timezone_util.cc | 48 zone_bundle = ures_open(zone_bundle_name, uloc_getDefault(), &status);
|
/external/chromium_org/third_party/icu/source/common/ |
uloc.c | [all...] |
/external/icu4c/test/intltest/ |
locnmtst.cpp | 160 if(0 != uprv_strcmp(uloc_getDefault(), locale)) { 161 errln("uldn_getLocale(uldn_open(NULL))=%s != default locale %s\n", 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/chromium_org/third_party/icu/source/tools/icuinfo/ |
icuinfo.cpp | 118 printf( "Default locale: %s\n", uloc_getDefault());
|
/external/icu4c/common/unicode/ |
uloc.h | 369 uloc_getDefault(void); [all...] |
/external/icu4c/samples/date/ |
date.c | 213 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/tools/toolutil/ |
udbgutil.cpp | 476 const char *def = uloc_getDefault(); 488 STRING_PARAM(paramLocaleDefault, uloc_getDefault())
|
/external/chromium_org/third_party/icu/source/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/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...] |