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

/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Duloc.h172 * uloc_getDisplayName(const char* localeID,
708 uloc_getDisplayName(const char* localeID,
H A Durename.h787 #define uloc_getDisplayName uloc_getDisplayName_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Duloc.h172 * uloc_getDisplayName(const char* localeID,
708 uloc_getDisplayName(const char* localeID,
H A Durename.h787 #define uloc_getDisplayName uloc_getDisplayName_3_2 macro
/external/icu4c/common/
H A Dlocdispnames.cpp223 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, function
/external/icu4c/common/unicode/
H A Duloc.h172 * uloc_getDisplayName(const char* localeID,
725 uloc_getDisplayName(const char* localeID,
H A Durename.h1029 #define uloc_getDisplayName U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayName) macro
/external/icu4c/test/cintltst/
H A Dcloctst.c603 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]);
806 maxresultsize=uloc_getDisplayName(testLocale, displayLocale, NULL, maxresultsize, &status);
811 uloc_getDisplayName(testLocale, displayLocale, testName, maxresultsize + 1, &status);
1173 size=uloc_getDisplayName(en_US_custom, "en_US", NULL, size, &status);
1177 uloc_getDisplayName(en_US_custom, "en_US", got, size + 1, &status);
2138 len = uloc_getDisplayName(localeI
[all...]
H A Dcmsccoll.c1352 nameSize = uloc_getDisplayName(locName, NULL, name, 256, &status);
1733 int32_t nameSize = uloc_getDisplayName(locName, NULL, name, sizeof(cName), &status);
/external/icu4c/tools/dumpce/
H A Ddumpce.cpp1344 int32_t size = uloc_getDisplayName(locale, "en_US", displayname, 64, &error);
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h787 #define uloc_getDisplayName uloc_getDisplayName_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h787 #define uloc_getDisplayName uloc_getDisplayName_3_2 macro

Completed in 726 milliseconds