HomeSort by relevance Sort by last modified time
    Searched full:displaylocale (Results 1 - 18 of 18) sorted by null

  /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/
SubtypeLocale.java 158 final Locale displayLocale = sResources.getConfiguration().locale;
159 return getSubtypeLocaleDisplayNameInternal(localeString, displayLocale);
163 final Locale displayLocale = getDisplayLocaleOfSubtypeLocale(localeString);
164 return getSubtypeLocaleDisplayNameInternal(localeString, displayLocale);
168 final Locale displayLocale) {
178 displayName = getExceptionalName.runInLocale(sResources, displayLocale);
184 displayName = locale.getDisplayName(displayLocale);
186 return StringUtils.capitalizeFirstCodePoint(displayName, displayLocale);
206 final Locale displayLocale) {
211 return getSubtypeLocaleDisplayNameInternal(subtype.getLocale(), displayLocale);
    [all...]
  /external/icu4c/common/unicode/
locid.h 172 * const Locale& displayLocale,
505 * user display in the locale specified by "displayLocale". For example, if the locale's
506 * language code is "en" and displayLocale's language code is "fr", this function would set
508 * @param displayLocale Specifies the locale to be used to display the name. In other words,
510 * displayLocale would result in "Anglais", while passing Locale::getGerman()
511 * for displayLocale would result in "Englisch".
516 UnicodeString& getDisplayLanguage( const Locale& displayLocale,
532 * for user display in the locale specified by "displayLocale". For example, if the locale's
533 * script code is "LATN" and displayLocale's language code is "en", this function would set
535 * @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 416 * @param displayLocale specifies the desired locale for output.
423 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 719 static const char *displayLocale="ja";
726 int32_t preflightLen=uloc_getDisplayName(locale, displayLocale, NULL, 0, &ec);
731 len=uloc_getDisplayName(locale, displayLocale, result, LENGTHOF(result), &ec);
734 locale, displayLocale, u_errorName(ec));
741 locale, displayLocale, len, expectedLen);
744 locale, displayLocale, preflightLen, expectedLen);
750 log_err("uloc_getDisplayName(%s, %s...) mismatch", locale, displayLocale);
753 locale, displayLocale, resultChars, expectedChars);
760 len=uloc_getDisplayName(locale, displayLocale, result, i, &ec)
    [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/webkit/Source/JavaScriptCore/icu/unicode/
uloc.h 529 * @param displayLocale Specifies the locale to be used to display the name. In other words,
543 const char* displayLocale,
552 * @param displayLocale Specifies the locale to be used to display the name. In other words,
566 const char* displayLocale,
575 * @param displayLocale Specifies the locale to be used to display the name. In other words,
589 const char* displayLocale,
599 * @param displayLocale Specifies the locale to be used to display the name. In other words,
613 const char* displayLocale,
644 * @param displayLocale Specifies the locale to be used to display the name. In other words,
660 const char* displayLocale,
    [all...]
ucnv.h 680 * @param displayLocale is the specific Locale we want to localised for
690 const char *displayLocale,
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
uloc.h 529 * @param displayLocale Specifies the locale to be used to display the name. In other words,
543 const char* displayLocale,
552 * @param displayLocale Specifies the locale to be used to display the name. In other words,
566 const char* displayLocale,
575 * @param displayLocale Specifies the locale to be used to display the name. In other words,
589 const char* displayLocale,
599 * @param displayLocale Specifies the locale to be used to display the name. In other words,
613 const char* displayLocale,
644 * @param displayLocale Specifies the locale to be used to display the name. In other words,
660 const char* displayLocale,
    [all...]
ucnv.h 680 * @param displayLocale is the specific Locale we want to localised for
690 const char *displayLocale,
    [all...]
  /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);
  /external/icu4c/i18n/unicode/
coll.h 694 * @param displayLocale specifies the desired locale for output
701 const Locale& displayLocale,
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ucnv.h 680 * @param displayLocale is the specific Locale we want to localised for
690 const char *displayLocale,
    [all...]

Completed in 401 milliseconds