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

  /external/sqlite/android/
sqlite3_android.h 28 int register_localized_collators(sqlite3* handle, const char* systemLocale, int utf16Storage);
sqlite3_android.cpp 416 extern "C" int register_localized_collators(sqlite3* handle, const char* systemLocale, int utf16Storage)
422 UCollator* collator = ucol_open(systemLocale, &status);
465 collator = ucol_open(systemLocale, &status);
  /packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionarySettingsUtils.java 38 final Locale systemLocale = context.getResources().getConfiguration().locale;
39 return locale.getDisplayName(systemLocale);
InputMethodSubtypePreference.java 52 final Locale systemLocale = context.getResources().getConfiguration().locale;
53 mIsSystemLocale = subtypeLocaleString.equals(systemLocale.toString());
56 .equals(systemLocale.getLanguage());
UserDictionaryAddWordContents.java 236 final String systemLocale = Locale.getDefault().toString();
238 locales.remove(systemLocale); // system locale may not be null
244 if (!systemLocale.equals(mLocale)) {
245 addLocaleDisplayNameToList(activity, localesList, systemLocale);
InputMethodSettingValuesWrapper.java 189 final Locale systemLocale = context.getResources().getConfiguration().locale;
191 true /* checkDefaultAttribute */, systemLocale, false /* checkCountry */,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionarySettingsUtils.java 39 final Locale systemLocale = context.getResources().getConfiguration().locale;
40 return locale.getDisplayName(systemLocale);
UserDictionaryAddWordContents.java 259 final String systemLocale = Locale.getDefault().toString();
261 locales.remove(systemLocale); // system locale may not be null
267 if (!systemLocale.equals(mLocale)) {
268 addLocaleDisplayNameToList(activity, localesList, systemLocale);
UserDictionarySettings.java 217 final Locale systemLocale = getResources().getConfiguration().locale;
218 if (!TextUtils.isEmpty(mLocale) && !mLocale.equals(systemLocale.toString())) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
LanguageOnSpacebarUtils.java 78 final boolean implicitlyEnabledSubtype, @Nonnull final Locale systemLocale) {
80 if (systemLocale.equals(newLocale)) {
84 if (!systemLocale.getLanguage().equals(newLocale.getLanguage())) {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
KlpActionLabelTests.java 56 final Locale labelLocale, final Locale systemLocale) {
58 if (!systemLocale.equals(mSystemLocale)) {
60 mSystemLocale = systemLocale;
76 final String tag = "label=" + labelLocale + " system=" + systemLocale
86 job.runInLocale(getContext().getResources(), systemLocale);
112 final Locale labelLocale, final Locale systemLocale) {
114 if (!systemLocale.equals(mSystemLocale)) {
116 mSystemLocale = systemLocale;
134 final String tag = "label=" + subtype.getLocale() + " system=" + systemLocale
144 job.runInLocale(getContext().getResources(), systemLocale);
    [all...]
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java 300 @Nullable final Locale systemLocale, @Nullable final Locale fallbackLocale) {
303 // 1. checkDefaultAttribute: true, locale: systemLocale, checkCountry: true
304 // 2. checkDefaultAttribute: true, locale: systemLocale, checkCountry: false
312 builder.fillImes(imis, context, true /* checkDefaultAttribute */, systemLocale,
317 builder.fillImes(imis, context, true /* checkDefaultAttribute */, systemLocale,
343 + " systemLocale=" + systemLocale + " fallbackLocale=" + fallbackLocale);
366 final Locale systemLocale = getSystemLocaleFromContext(context);
367 return getMinimumKeyboardSetWithSystemLocale(imis, context, systemLocale, fallbackLocale)
368 .fillImes(imis, context, true /* checkDefaultAttribute */, systemLocale,
    [all...]
InputMethodSubtypeSwitchingController.java 62 InputMethodInfo imi, int subtypeId, String subtypeLocale, String systemLocale) {
71 mIsSystemLocale = subtypeLocale.equals(systemLocale);
76 final String systemLanguage = parseLanguageFromLocaleString(systemLocale);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
LanguageOnSpacebarUtilsTests.java 94 final boolean implicitlyEnabledSubtype, final Locale systemLocale,
96 LanguageOnSpacebarUtils.onSubtypeChanged(subtype, implicitlyEnabledSubtype, systemLocale);
98 + " in " + systemLocale, expectedFormat,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputMethodManager.java 468 final Locale systemLocale = mContext.getResources().getConfiguration().locale;
485 && !systemLocale.equals(SubtypeLocaleUtils.getSubtypeLocale(subtype))) {
507 final Locale systemLocale = mContext.getResources().getConfiguration().locale;
509 richSubtype, implicitlyEnabledSubtype, systemLocale);
  /frameworks/base/core/tests/inputmethodtests/src/android/os/
InputMethodTest.java     [all...]
  /frameworks/base/services/core/java/com/android/server/
MountService.java     [all...]
InputMethodManagerService.java     [all...]

Completed in 417 milliseconds