/external/chromium_org/third_party/icu/source/common/ |
locdispnames.cpp | 223 length=uloc_getDisplayName(fullName, displayLocale.fullName, 235 length=uloc_getDisplayName(fullName, displayLocale.fullName, 419 * in between - similar to uloc_getDisplayName() 431 uloc_getDisplayName(const char *locale,
|
/external/icu4c/common/ |
locdispnames.cpp | 223 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,
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
uloc.h | 172 * uloc_getDisplayName(const char* localeID, 725 uloc_getDisplayName(const char* localeID, [all...] |
urename.h | [all...] |
/external/icu4c/common/unicode/ |
uloc.h | 172 * uloc_getDisplayName(const char* localeID, 726 uloc_getDisplayName(const char* localeID, [all...] |
urename.h | [all...] |
/external/icu4c/test/cintltst/ |
cloctst.c | 680 length=uloc_getDisplayName("qq_US_POSIX", "en_US", buffer, LENGTHOF(buffer), &errorCode); 700 uloc_getDisplayName(aLocale, testL[i], buffer, LENGTHOF(buffer), &errorCode); 702 log_err("FAIL in uloc_getDisplayName(%s,%s,..) -> %s\n", aLocale, testL[i], u_errorName(errorCode)); 706 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)); 708 log_verbose("pass in uloc_getDisplayName(%s,%s,..) got '%s'\n", aLocale, testL[i], expect[i]); 727 int32_t preflightLen=uloc_getDisplayName(locale, displayLocale, NULL, 0, &ec); 732 len=uloc_getDisplayName(locale, displayLocale, result, LENGTHOF(result), &ec); 734 log_err("uloc_getDisplayName(%s, %s...) returned error: %s", 741 log_data_err("uloc_getDisplayName(%s, %s...) returned string of length %d, expected length %d", 744 log_err("uloc_getDisplayName(%s, %s...) returned preflight length %d, expected length %d" [all...] |
cmsccoll.c | [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cloctst.c | 603 length=uloc_getDisplayName("qq_US_POSIX", "en_US", buffer, LENGTHOF(buffer), &errorCode); 623 uloc_getDisplayName(aLocale, testL[i], buffer, LENGTHOF(buffer), &errorCode); 625 log_err("FAIL in uloc_getDisplayName(%s,%s,..) -> %s\n", aLocale, testL[i], u_errorName(errorCode)); 629 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)); 631 log_verbose("pass in uloc_getDisplayName(%s,%s,..) got '%s'\n", aLocale, testL[i], expect[i]); [all...] |
cmsccoll.c | [all...] |
/external/chromium_org/ui/base/l10n/ |
l10n_util.cc | 505 // uloc_getDisplayName returns the actual translation or the default 553 int actual_size = uloc_getDisplayName(
|
/external/chromium_org/third_party/icu/source/tools/dumpce/ |
dumpce.cpp | [all...] |
/external/icu4c/tools/dumpce/ |
dumpce.cpp | [all...] |