Searched refs:displayLocale (Results 1 - 19 of 19) sorted by relevance

/external/icu/icu4c/source/common/
H A Dlocdispnames.cpp51 Locale::getDisplayLanguage(const Locale &displayLocale, argument
63 length=uloc_getDisplayLanguage(fullName, displayLocale.fullName,
75 length=uloc_getDisplayLanguage(fullName, displayLocale.fullName,
91 Locale::getDisplayScript(const Locale &displayLocale, argument
103 length=uloc_getDisplayScript(fullName, displayLocale.fullName,
115 length=uloc_getDisplayScript(fullName, displayLocale.fullName,
131 Locale::getDisplayCountry(const Locale &displayLocale, argument
143 length=uloc_getDisplayCountry(fullName, displayLocale.fullName,
155 length=uloc_getDisplayCountry(fullName, displayLocale.fullName,
171 Locale::getDisplayVariant(const Locale &displayLocale, argument
211 getDisplayName(const Locale &displayLocale, UnicodeString &result) const argument
258 getDisplayName(const Locale& objectLocale, const Locale& displayLocale, UnicodeString& name) argument
349 _getDisplayNameForComponent(const char *locale, const char *displayLocale, UChar *dest, int32_t destCapacity, UDisplayNameGetter *getter, const char *tag, UErrorCode *pErrorCode) argument
390 uloc_getDisplayLanguage(const char *locale, const char *displayLocale, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
399 uloc_getDisplayScript(const char* locale, const char* displayLocale, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
418 uloc_getDisplayScriptInContext(const char* locale, const char* displayLocale, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
428 uloc_getDisplayCountry(const char *locale, const char *displayLocale, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
442 uloc_getDisplayVariant(const char *locale, const char *displayLocale, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
463 uloc_getDisplayName(const char *locale, const char *displayLocale, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
766 uloc_getDisplayKeyword(const char* keyword, const char* displayLocale, UChar* dest, int32_t destCapacity, UErrorCode* status) argument
797 uloc_getDisplayKeywordValue( const char* locale, const char* keyword, const char* displayLocale, UChar* dest, int32_t destCapacity, UErrorCode* status) argument
[all...]
H A Ducnvdisp.c35 const char *displayLocale,
54 rb=ures_open(NULL, displayLocale, pErrorCode);
34 ucnv_getDisplayName(const UConverter *cnv, const char *displayLocale, UChar *displayName, int32_t displayNameCapacity, UErrorCode *pErrorCode) argument
/external/icu/icu4j/main/tests/packaging/src/com/ibm/icu/dev/test/
H A DTestLocaleNamePackaging.java84 for (ULocale displayLocale : locales) {
85 LocaleDisplayNames dn = LocaleDisplayNames.getInstance(displayLocale);
88 assertEquals(targetLocale + " in " + displayLocale, expected[n++], result);
149 for (ULocale displayLocale : locales) {
150 LocaleDisplayNames dn = LocaleDisplayNames.getInstance(displayLocale);
153 assertEquals(targetLocale + " in " + displayLocale, expected[n++], result);
193 for (ULocale displayLocale : locales) {
194 LocaleDisplayNames dn = LocaleDisplayNames.getInstance(displayLocale);
196 assertEquals(kl + " in " + displayLocale, expected[n++], result);
/external/icu/icu4c/source/common/unicode/
H A Dlocid.h175 * const Locale& displayLocale,
526 * user display in the locale specified by "displayLocale". For example, if the locale's
527 * language code is "en" and displayLocale's language code is "fr", this function would set
529 * @param displayLocale Specifies the locale to be used to display the name. In other words,
531 * displayLocale would result in "Anglais", while passing Locale::getGerman()
532 * for displayLocale would result in "Englisch".
537 UnicodeString& getDisplayLanguage( const Locale& displayLocale,
553 * for user display in the locale specified by "displayLocale". For example, if the locale's
554 * script code is "LATN" and displayLocale's language code is "en", this function would set
556 * @param displayLocale Specifie
[all...]
H A Duloc.h547 * @param displayLocale Specifies the locale to be used to display the name. In other words,
561 const char* displayLocale,
570 * @param displayLocale Specifies the locale to be used to display the name. In other words,
584 const char* displayLocale,
593 * @param displayLocale Specifies the locale to be used to display the name. In other words,
607 const char* displayLocale,
617 * @param displayLocale Specifies the locale to be used to display the name. In other words,
631 const char* displayLocale,
662 * @param displayLocale Specifies the locale to be used to display the name. In other words,
678 const char* displayLocale,
[all...]
H A Dbrkiter.h467 * @param displayLocale specifies the desired locale for output.
474 const Locale& displayLocale,
H A Ducnv.h833 * @param displayLocale is the specific Locale we want to localised for
843 const char *displayLocale,
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollatorServiceShim.java73 public String getDisplayName(String id, ULocale displayLocale) {
75 return delegate.getDisplayName(objectLocale, displayLocale);
113 String getDisplayName(ULocale objectLocale, ULocale displayLocale) { argument
115 return service.getDisplayName(id, displayLocale);
H A DCollator.java526 * Return the name of the collator for the objectLocale, localized for the displayLocale.
529 * @param displayLocale the locale for which the display name of the collator should be localized
533 public String getDisplayName(Locale objectLocale, Locale displayLocale) { argument
534 return getDisplayName(ULocale.forLocale(objectLocale), ULocale.forLocale(displayLocale));
538 * Return the name of the collator for the objectLocale, localized for the displayLocale.
541 * @param displayLocale the locale for which the display name of the collator should be localized
545 public String getDisplayName(ULocale objectLocale, ULocale displayLocale) { argument
550 return objectLocale.getDisplayName(displayLocale);
1080 * displayLocale.
1082 * @param displayLocale th
1086 getDisplayName(Locale objectLocale, Locale displayLocale) argument
1099 getDisplayName(ULocale objectLocale, ULocale displayLocale) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DULocale.java1422 * @param displayLocale the locale in which to display the name.
1426 public String getDisplayLanguage(ULocale displayLocale) { argument
1427 return getDisplayLanguageInternal(this, displayLocale, false);
1447 * @param displayLocale the locale in which to display the name.
1451 public static String getDisplayLanguage(String localeID, ULocale displayLocale) { argument
1452 return getDisplayLanguageInternal(new ULocale(localeID), displayLocale, false);
1468 * @param displayLocale the locale in which to display the name.
1472 public String getDisplayLanguageWithDialect(ULocale displayLocale) { argument
1473 return getDisplayLanguageInternal(this, displayLocale, true);
1495 * @param displayLocale th
1499 getDisplayLanguageWithDialect(String localeID, ULocale displayLocale) argument
1503 getDisplayLanguageInternal(ULocale locale, ULocale displayLocale, boolean useDialect) argument
1537 getDisplayScript(ULocale displayLocale) argument
1549 getDisplayScriptInContext(ULocale displayLocale) argument
1585 getDisplayScript(String localeID, ULocale displayLocale) argument
1597 getDisplayScriptInContext(String localeID, ULocale displayLocale) argument
1602 getDisplayScriptInternal(ULocale locale, ULocale displayLocale) argument
1607 getDisplayScriptInContextInternal(ULocale locale, ULocale displayLocale) argument
1632 getDisplayCountry(ULocale displayLocale) argument
1660 getDisplayCountry(String localeID, ULocale displayLocale) argument
1665 getDisplayCountryInternal(ULocale locale, ULocale displayLocale) argument
1686 getDisplayVariant(ULocale displayLocale) argument
1710 getDisplayVariant(String localeID, ULocale displayLocale) argument
1714 getDisplayVariantInternal(ULocale locale, ULocale displayLocale) argument
1751 getDisplayKeyword(String keyword, ULocale displayLocale) argument
1755 getDisplayKeywordInternal(String keyword, ULocale displayLocale) argument
1777 getDisplayKeywordValue(String keyword, ULocale displayLocale) argument
1805 getDisplayKeywordValue(String localeID, String keyword, ULocale displayLocale) argument
1811 getDisplayKeywordValueInternal(ULocale locale, String keyword, ULocale displayLocale) argument
1834 getDisplayName(ULocale displayLocale) argument
1858 getDisplayName(String localeID, ULocale displayLocale) argument
1862 getDisplayNameInternal(ULocale locale, ULocale displayLocale) argument
1884 getDisplayNameWithDialect(ULocale displayLocale) argument
1911 getDisplayNameWithDialect(String localeID, ULocale displayLocale) argument
1915 getDisplayNameWithDialectInternal(ULocale locale, ULocale displayLocale) argument
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c729 static const char *displayLocale="ja"; local
736 int32_t preflightLen=uloc_getDisplayName(locale, displayLocale, NULL, 0, &ec);
741 len=uloc_getDisplayName(locale, displayLocale, result, UPRV_LENGTHOF(result), &ec);
744 locale, displayLocale, u_errorName(ec));
751 locale, displayLocale, len, expectedLen);
754 locale, displayLocale, preflightLen, expectedLen);
760 log_err("uloc_getDisplayName(%s, %s...) mismatch", locale, displayLocale);
763 locale, displayLocale, resultChars, expectedChars);
770 len=uloc_getDisplayName(locale, displayLocale, result, i, &ec);
864 static void doTestDisplayNames(const char* displayLocale, int32_ argument
1038 const char * displayLocale; member in struct:__anon5788
2132 const char *displayLocale; member in struct:__anon5795
2195 const char *displayLocale; member in struct:__anon5796
2276 const char* displayLocale = "de"; local
2327 const char* displayLocale = "de"; local
[all...]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationServiceTest.java137 String getDisplayName(ULocale displayLocale) {
140 name = (String)displayNames.get(displayLocale);
143 name = locale.getDisplayName(displayLocale);
169 public String getDisplayName(ULocale objectLocale, ULocale displayLocale) {
172 return ci.getDisplayName(displayLocale);
/external/icu/icu4c/source/test/intltest/
H A Dsvccoll.cpp222 UnicodeString& getDisplayName(const Locale& displayLocale, UnicodeString& name) const;
239 CollatorInfo::getDisplayName(const Locale& displayLocale, UnicodeString& name) const { argument
241 UnicodeString* val = (UnicodeString*)displayNames->get(displayLocale.getName());
248 return locale.getDisplayName(displayLocale, name);
295 const Locale& displayLocale,
300 ci->getDisplayName(displayLocale, result);
294 getDisplayName(const Locale& objectLocale, const Locale& displayLocale, UnicodeString& result) argument
H A Dlocnmtst.cpp270 const char * displayLocale; member in struct:__anon5904
342 for (ctxtItemPtr = ctxtItems; ctxtItemPtr->displayLocale != NULL; ctxtItemPtr++) {
345 ULocaleDisplayNames * uldn = uldn_openForContext(ctxtItemPtr->displayLocale, contexts, 3, &status);
347 errln(UnicodeString("FAIL: uldn_openForContext failed for locale ") + ctxtItemPtr->displayLocale +
H A Dloctest.cpp728 void LocaleTest::doTestDisplayNames(Locale& displayLocale, int32_t compareIndex) { argument
747 testLocale.getDisplayLanguage(displayLocale, testLang);
748 testLocale.getDisplayScript(displayLocale, testScript);
749 testLocale.getDisplayCountry(displayLocale, testCtry);
750 testLocale.getDisplayVariant(displayLocale, testVar);
751 testLocale.getDisplayName(displayLocale, testName);
780 dataerrln("Display language (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testLang + " expected " + expectedLang);
782 dataerrln("Display script (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testScript + " expected " + expectedScript);
784 dataerrln("Display country (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testCtry + " expected " + expectedCtry);
786 dataerrln("Display variant (" + UnicodeString(displayLocale
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dcoll.h672 * @param displayLocale specifies the desired locale for output
679 const Locale& displayLocale,
1237 * Return the name of the collator for the objectLocale, localized for the displayLocale.
1241 * @param displayLocale the locale for which the display name of the collator should be localized
1247 const Locale& displayLocale,
/external/icu/icu4c/source/i18n/
H A Dcoll.cpp115 const Locale& displayLocale,
118 return objectLocale.getDisplayName(displayLocale, result);
566 const Locale& displayLocale,
573 return gService->getDisplayName(locNameStr, name, displayLocale);
576 return objectLocale.getDisplayName(displayLocale, name);
114 getDisplayName(const Locale& objectLocale, const Locale& displayLocale, UnicodeString& result) argument
565 getDisplayName(const Locale& objectLocale, const Locale& displayLocale, UnicodeString& name) argument
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DULocaleTest.java1035 public String displayLocale;
1042 displayLocale = dLoc;
1088 ULocale locale = new ULocale(item.displayLocale);
1094 errln("FAIL: displayLoc: " + item.displayLocale + ", dialectNam?: " + item.dialectHandling +
1100 errln("FAIL: displayLoc: " + item.displayLocale + ", dialectNam?: " + item.dialectHandling +
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 343 milliseconds