HomeSort by relevance Sort by last modified time
    Searched defs:displayLocale (Results 1 - 5 of 5) sorted by null

  /external/icu4c/test/intltest/
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 +
  /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/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 422 milliseconds