Searched refs:uloc_getDisplayName (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dlocdispnames.cpp223 length=uloc_getDisplayName(fullName, displayLocale.fullName,
235 length=uloc_getDisplayName(fullName, displayLocale.fullName,
439 * in between - similar to uloc_getDisplayName()
463 uloc_getDisplayName(const char *locale, function
/external/icu/icu4c/source/common/
H A Dlocdispnames.cpp223 length=uloc_getDisplayName(fullName, displayLocale.fullName,
235 length=uloc_getDisplayName(fullName, displayLocale.fullName,
439 * in between - similar to uloc_getDisplayName()
463 uloc_getDisplayName(const char *locale, function
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duloc.h172 * uloc_getDisplayName(const char* localeID,
726 uloc_getDisplayName(const char* localeID,
H A Durename.h1066 #define uloc_getDisplayName U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayName) macro
/external/icu/icu4c/source/common/unicode/
H A Duloc.h172 * uloc_getDisplayName(const char* localeID,
726 uloc_getDisplayName(const char* localeID,
H A Durename.h1015 #define uloc_getDisplayName U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayName) macro
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c683 length=uloc_getDisplayName("qq_US_POSIX", "en_US", buffer, LENGTHOF(buffer), &errorCode);
703 uloc_getDisplayName(aLocale, testL[i], buffer, LENGTHOF(buffer), &errorCode);
705 log_err("FAIL in uloc_getDisplayName(%s,%s,..) -> %s\n", aLocale, testL[i], u_errorName(errorCode));
709 log_data_err("FAIL in uloc_getDisplayName(%s,%s,..) expected '%s' got '%s' (Are you missing data?)\n", aLocale, testL[i], expect[i], austrdup(buffer));
711 log_verbose("pass in uloc_getDisplayName(%s,%s,..) got '%s'\n", aLocale, testL[i], expect[i]);
730 int32_t preflightLen=uloc_getDisplayName(locale, displayLocale, NULL, 0, &ec);
735 len=uloc_getDisplayName(locale, displayLocale, result, LENGTHOF(result), &ec);
737 log_err("uloc_getDisplayName(%s, %s...) returned error: %s",
744 log_data_err("uloc_getDisplayName(%s, %s...) returned string of length %d, expected length %d",
747 log_err("uloc_getDisplayName(
[all...]
H A Dcmsccoll.c1369 nameSize = uloc_getDisplayName(locName, NULL, name, 256, &status);
1763 int32_t nameSize = uloc_getDisplayName(locName, NULL, name, sizeof(cName), &status);
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c683 length=uloc_getDisplayName("qq_US_POSIX", "en_US", buffer, LENGTHOF(buffer), &errorCode);
703 uloc_getDisplayName(aLocale, testL[i], buffer, LENGTHOF(buffer), &errorCode);
705 log_err("FAIL in uloc_getDisplayName(%s,%s,..) -> %s\n", aLocale, testL[i], u_errorName(errorCode));
709 log_data_err("FAIL in uloc_getDisplayName(%s,%s,..) expected '%s' got '%s' (Are you missing data?)\n", aLocale, testL[i], expect[i], austrdup(buffer));
711 log_verbose("pass in uloc_getDisplayName(%s,%s,..) got '%s'\n", aLocale, testL[i], expect[i]);
730 int32_t preflightLen=uloc_getDisplayName(locale, displayLocale, NULL, 0, &ec);
735 len=uloc_getDisplayName(locale, displayLocale, result, LENGTHOF(result), &ec);
737 log_err("uloc_getDisplayName(%s, %s...) returned error: %s",
744 log_data_err("uloc_getDisplayName(%s, %s...) returned string of length %d, expected length %d",
747 log_err("uloc_getDisplayName(
[all...]
H A Dcmsccoll.c658 int32_t nameSize = uloc_getDisplayName(locName, NULL, name, sizeof(cName), &status);
/external/chromium_org/ui/base/l10n/
H A Dl10n_util.cc512 // uloc_getDisplayName returns the actual translation or the default
552 int actual_size = uloc_getDisplayName(
/external/chromium_org/third_party/icu/source/tools/dumpce/
H A Ddumpce.cpp1343 int32_t size = uloc_getDisplayName(locale, "en_US", displayname, 64, &error);

Completed in 2464 milliseconds