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

  /external/chromium_org/third_party/icu/source/common/
locresdata.cpp 119 const UChar* fallbackLocale = NULL;
123 fallbackLocale = ures_getStringByKeyWithFallback(&table, "Fallback", &len, &errorCode);
129 u_UCharsToChars(fallbackLocale, explicitFallbackName, len);
  /external/icu/icu4c/source/common/
locresdata.cpp 119 const UChar* fallbackLocale = NULL;
123 fallbackLocale = ures_getStringByKeyWithFallback(&table, "Fallback", &len, &errorCode);
129 u_UCharsToChars(fallbackLocale, explicitFallbackName, len);
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java 131 for (final Locale fallbackLocale : SEARCH_ORDER_OF_FALLBACK_LOCALES) {
135 containsSubtypeOf(imi, fallbackLocale, false /* ignoreCountry */,
137 return fallbackLocale;
171 // OK to store null in fallbackLocale because isImeThatHasSubtypeOf() is null-tolerant.
172 final Locale fallbackLocale = getFallbackLocaleForDefaultIme(imis, context);
178 // TODO: We should check isAsciiCapable instead of relying on fallbackLocale.
180 isImeThatHasSubtypeOf(imi, fallbackLocale, false /* ignoreCountry */,
188 // OK to store null in fallbackLocale because isImeThatHasSubtypeOf() is null-tolerant.
202 // TODO: We should check isAsciiCapable instead of relying on fallbackLocale.
205 isImeThatHasSubtypeOf(imi, fallbackLocale, false /* ignoreCountry */
    [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/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 113 milliseconds