Home | History | Annotate | Download | only in text

Lines Matching defs:locale

29 import java.util.Locale;
72 private Locale mLocale;
76 mLocale = resources.getConfiguration().locale;
81 * Returns the instance of AutoText. If the locale has changed, it will create a new
82 * instance of AutoText for the locale.
88 Locale locale = res.getConfiguration().locale;
94 if (!locale.equals(instance.mLocale)) {
106 * The View is used to get the current Locale and Resources.
115 * no auto correction data available for the current locale.
116 * @param view used to retrieve the current Locale and Resources.