HomeSort by relevance Sort by last modified time
    Searched refs:displayLocale (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/common/
locdispnames.cpp 51 Locale::getDisplayLanguage(const Locale &displayLocale,
63 length=uloc_getDisplayLanguage(fullName, displayLocale.fullName,
75 length=uloc_getDisplayLanguage(fullName, displayLocale.fullName,
91 Locale::getDisplayScript(const Locale &displayLocale,
103 length=uloc_getDisplayScript(fullName, displayLocale.fullName,
115 length=uloc_getDisplayScript(fullName, displayLocale.fullName,
131 Locale::getDisplayCountry(const Locale &displayLocale,
143 length=uloc_getDisplayCountry(fullName, displayLocale.fullName,
155 length=uloc_getDisplayCountry(fullName, displayLocale.fullName,
171 Locale::getDisplayVariant(const Locale &displayLocale,
    [all...]
ucnvdisp.c 35 const char *displayLocale,
54 rb=ures_open(NULL, displayLocale, pErrorCode);
  /external/icu4c/common/
locdispnames.cpp 51 Locale::getDisplayLanguage(const Locale &displayLocale,
63 length=uloc_getDisplayLanguage(fullName, displayLocale.fullName,
75 length=uloc_getDisplayLanguage(fullName, displayLocale.fullName,
91 Locale::getDisplayScript(const Locale &displayLocale,
103 length=uloc_getDisplayScript(fullName, displayLocale.fullName,
115 length=uloc_getDisplayScript(fullName, displayLocale.fullName,
131 Locale::getDisplayCountry(const Locale &displayLocale,
143 length=uloc_getDisplayCountry(fullName, displayLocale.fullName,
155 length=uloc_getDisplayCountry(fullName, displayLocale.fullName,
171 Locale::getDisplayVariant(const Locale &displayLocale,
    [all...]
ucnvdisp.c 35 const char *displayLocale,
54 rb=ures_open(NULL, displayLocale, pErrorCode);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
SubtypeLocaleUtils.java 160 final Locale displayLocale = sResources.getConfiguration().locale;
161 return getSubtypeLocaleDisplayNameInternal(localeString, displayLocale);
165 final Locale displayLocale = getDisplayLocaleOfSubtypeLocale(localeString);
166 return getSubtypeLocaleDisplayNameInternal(localeString, displayLocale);
170 final Locale displayLocale) {
180 displayName = getExceptionalName.runInLocale(sResources, displayLocale);
186 displayName = locale.getDisplayName(displayLocale);
188 return StringUtils.capitalizeFirstCodePoint(displayName, displayLocale);
208 final Locale displayLocale) {
213 return getSubtypeLocaleDisplayNameInternal(subtype.getLocale(), displayLocale);
    [all...]
  /external/chromium_org/ui/android/java/src/org/chromium/ui/base/
LocalizationUtils.java 59 private static String getDisplayNameForLocale(Locale locale, Locale displayLocale) {
60 return locale.getDisplayName(displayLocale);
  /external/chromium_org/third_party/icu/source/common/unicode/
locid.h 170 * const Locale& displayLocale,
500 * user display in the locale specified by "displayLocale". For example, if the locale's
501 * language code is "en" and displayLocale's language code is "fr", this function would set
503 * @param displayLocale Specifies the locale to be used to display the name. In other words,
505 * displayLocale would result in "Anglais", while passing Locale::getGerman()
506 * for displayLocale would result in "Englisch".
511 UnicodeString& getDisplayLanguage( const Locale& displayLocale,
527 * for user display in the locale specified by "displayLocale". For example, if the locale's
528 * script code is "LATN" and displayLocale's language code is "en", this function would set
530 * @param displayLocale Specifies the locale to be used to display the name. In othe
    [all...]
uloc.h 546 * @param displayLocale Specifies the locale to be used to display the name. In other words,
560 const char* displayLocale,
569 * @param displayLocale Specifies the locale to be used to display the name. In other words,
583 const char* displayLocale,
592 * @param displayLocale Specifies the locale to be used to display the name. In other words,
606 const char* displayLocale,
616 * @param displayLocale Specifies the locale to be used to display the name. In other words,
630 const char* displayLocale,
661 * @param displayLocale Specifies the locale to be used to display the name. In other words,
677 const char* displayLocale,
    [all...]
brkiter.h 429 * @param displayLocale specifies the desired locale for output.
436 const Locale& displayLocale,
ucnv.h 787 * @param displayLocale is the specific Locale we want to localised for
797 const char *displayLocale,
    [all...]
  /external/icu4c/common/unicode/
locid.h 172 * const Locale& displayLocale,
503 * user display in the locale specified by "displayLocale". For example, if the locale's
504 * language code is "en" and displayLocale's language code is "fr", this function would set
506 * @param displayLocale Specifies the locale to be used to display the name. In other words,
508 * displayLocale would result in "Anglais", while passing Locale::getGerman()
509 * for displayLocale would result in "Englisch".
514 UnicodeString& getDisplayLanguage( const Locale& displayLocale,
530 * for user display in the locale specified by "displayLocale". For example, if the locale's
531 * script code is "LATN" and displayLocale's language code is "en", this function would set
533 * @param displayLocale Specifies the locale to be used to display the name. In othe
    [all...]
uloc.h 547 * @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...]
brkiter.h 421 * @param displayLocale specifies the desired locale for output.
428 const Locale& displayLocale,
ucnv.h 825 * @param displayLocale is the specific Locale we want to localised for
835 const char *displayLocale,
    [all...]
  /external/icu4c/test/cintltst/
cloctst.c 720 static const char *displayLocale="ja";
727 int32_t preflightLen=uloc_getDisplayName(locale, displayLocale, NULL, 0, &ec);
732 len=uloc_getDisplayName(locale, displayLocale, result, LENGTHOF(result), &ec);
735 locale, displayLocale, u_errorName(ec));
742 locale, displayLocale, len, expectedLen);
745 locale, displayLocale, preflightLen, expectedLen);
751 log_err("uloc_getDisplayName(%s, %s...) mismatch", locale, displayLocale);
754 locale, displayLocale, resultChars, expectedChars);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cloctst.c 711 static void doTestDisplayNames(const char* displayLocale, int32_t compareIndex)
742 maxresultsize=uloc_getDisplayLanguage(testLocale, displayLocale, NULL, maxresultsize, &status);
747 uloc_getDisplayLanguage(testLocale, displayLocale, testLang, maxresultsize + 1, &status);
758 maxresultsize=uloc_getDisplayScript(testLocale, displayLocale, NULL, maxresultsize, &status);
763 uloc_getDisplayScript(testLocale, displayLocale, testScript, maxresultsize + 1, &status);
774 maxresultsize=uloc_getDisplayCountry(testLocale, displayLocale, NULL, maxresultsize, &status);
779 uloc_getDisplayCountry(testLocale, displayLocale, testCtry, maxresultsize + 1, &status);
790 maxresultsize=uloc_getDisplayVariant(testLocale, displayLocale, NULL, maxresultsize, &status);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
svccoll.cpp 222 UnicodeString& getDisplayName(const Locale& displayLocale, UnicodeString& name) const;
238 CollatorInfo::getDisplayName(const Locale& displayLocale, UnicodeString& name) const {
240 UnicodeString* val = (UnicodeString*)displayNames->get(displayLocale.getName());
247 return locale.getDisplayName(displayLocale, name);
294 const Locale& displayLocale,
299 ci->getDisplayName(displayLocale, result);
loctest.cpp 734 void LocaleTest::doTestDisplayNames(Locale& displayLocale, int32_t compareIndex) {
753 testLocale.getDisplayLanguage(displayLocale, testLang);
754 testLocale.getDisplayScript(displayLocale, testScript);
755 testLocale.getDisplayCountry(displayLocale, testCtry);
756 testLocale.getDisplayVariant(displayLocale, testVar);
757 testLocale.getDisplayName(displayLocale, testName);
786 dataerrln("Display language (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testLang + " expected " + expectedLang);
788 dataerrln("Display script (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testScript + " expected " + expectedScript);
790 dataerrln("Display country (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testCtry + " expected " + expectedCtry);
792 dataerrln("Display variant (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testVar + " expected " + (…)
    [all...]
  /external/icu4c/test/intltest/
svccoll.cpp 222 UnicodeString& getDisplayName(const Locale& displayLocale, UnicodeString& name) const;
238 CollatorInfo::getDisplayName(const Locale& displayLocale, UnicodeString& name) const {
240 UnicodeString* val = (UnicodeString*)displayNames->get(displayLocale.getName());
247 return locale.getDisplayName(displayLocale, name);
294 const Locale& displayLocale,
299 ci->getDisplayName(displayLocale, result);
locnmtst.cpp 259 const char * displayLocale;
311 for (ctxtItemPtr = ctxtItems; ctxtItemPtr->displayLocale != NULL; ctxtItemPtr++) {
314 ULocaleDisplayNames * uldn = uldn_openForContext(ctxtItemPtr->displayLocale, contexts, 2, &status);
316 errln(UnicodeString("FAIL: uldn_openForContext failed for locale ") + ctxtItemPtr->displayLocale +
loctest.cpp 735 void LocaleTest::doTestDisplayNames(Locale& displayLocale, int32_t compareIndex) {
754 testLocale.getDisplayLanguage(displayLocale, testLang);
755 testLocale.getDisplayScript(displayLocale, testScript);
756 testLocale.getDisplayCountry(displayLocale, testCtry);
757 testLocale.getDisplayVariant(displayLocale, testVar);
758 testLocale.getDisplayName(displayLocale, testName);
787 dataerrln("Display language (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testLang + " expected " + expectedLang);
789 dataerrln("Display script (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testScript + " expected " + expectedScript);
791 dataerrln("Display country (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testCtry + " expected " + expectedCtry);
793 dataerrln("Display variant (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testVar + " expected " + (…)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
coll.h 627 * @param displayLocale specifies the desired locale for output
634 const Locale& displayLocale,
    [all...]
  /external/icu4c/i18n/unicode/
coll.h 694 * @param displayLocale specifies the desired locale for output
701 const Locale& displayLocale,
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
coll.cpp 105 const Locale& displayLocale,
108 return objectLocale.getDisplayName(displayLocale, result);
492 const Locale& displayLocale,
499 return gService->getDisplayName(locNameStr, name, displayLocale);
502 return objectLocale.getDisplayName(displayLocale, name);
  /external/icu4c/i18n/
coll.cpp 107 const Locale& displayLocale,
110 return objectLocale.getDisplayName(displayLocale, result);
518 const Locale& displayLocale,
525 return gService->getDisplayName(locNameStr, name, displayLocale);
528 return objectLocale.getDisplayName(displayLocale, name);

Completed in 369 milliseconds

1 2