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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
RunInLocale.java 33 * @param newLocale the locale to change to. Run in system locale if null.
36 public T runInLocale(final Resources res, final Locale newLocale) {
39 if (newLocale == null || newLocale.equals(conf.locale)) {
44 conf.locale = newLocale;
DistracterFilterCheckingExactMatchesAndSuggestions.java 113 private void loadKeyboardForLocale(final Locale newLocale) {
114 final Keyboard cachedKeyboard = mLocaleToKeyboardMap.get(newLocale);
121 subtype = mLocaleToSubtypeMap.get(newLocale);
140 private void loadDictionariesForLocale(final Locale newlocale) throws InterruptedException {
141 mDictionaryFacilitator.resetDictionaries(mContext, newlocale,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
Clock.java 127 final Locale newLocale = getResources().getConfiguration().locale;
128 if (! newLocale.equals(mLocale)) {
129 mLocale = newLocale;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
LocaleUtils.java 167 * @param newLocale the locale to change to.
170 public static Locale setSystemLocale(final Resources res, final Locale newLocale) {
173 conf.locale = newLocale;
  /libcore/luni/src/test/java/libcore/java/util/
LocaleTest.java 153 Locale newLocale = new Locale(newCode);
155 assertEquals(newLocale, oldLocale);
158 assertEquals(oldCode, newLocale.getLanguage());
162 assertEquals(displayName, newLocale.getDisplayLanguage(newLocale));
163 assertEquals(displayName, oldLocale.getDisplayLanguage(newLocale));
164 assertEquals(displayName, newLocale.getDisplayLanguage(oldLocale));
169 assertOnce(newLocale, BreakIterator.getAvailableLocales());
170 assertOnce(newLocale, Calendar.getAvailableLocales());
171 assertOnce(newLocale, Collator.getAvailableLocales())
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryFacilitator.java 210 public void resetDictionaries(final Context context, final Locale newLocale,
214 resetDictionariesWithDictNamePrefix(context, newLocale, useContactsDict,
218 public void resetDictionariesWithDictNamePrefix(final Context context, final Locale newLocale,
223 final boolean localeHasBeenChanged = !newLocale.equals(mDictionaries.mLocale);
258 dict = getSubDict(dictType, context, newLocale, null /* dictFile */,
265 final Dictionaries newDictionaries = new Dictionaries(newLocale, newMainDict, subDicts);
272 asyncReloadMainDictionary(context, newLocale, listener);
SubtypeSwitcher.java 174 final Locale newLocale = SubtypeLocaleUtils.getSubtypeLocale(newSubtype);
176 final boolean sameLocale = systemLocale.equals(newLocale);
177 final boolean sameLanguage = systemLocale.getLanguage().equals(newLocale.getLanguage());
  /frameworks/base/core/java/android/speech/tts/
TtsEngines.java 520 public synchronized void updateLocalePrefForEngine(String engineName, Locale newLocale) {
524 Log.d(TAG, "updateLocalePrefForEngine(" + engineName + ", " + newLocale +
529 engineName, (newLocale != null) ? newLocale.toString() : "");
  /external/chromium_org/third_party/icu/source/i18n/unicode/
msgfmt.h 322 * @param newLocale The locale to use for formatting dates and numbers.
328 const Locale& newLocale,
333 * @param newLocale The locale to use for formatting dates and numbers.
341 const Locale& newLocale,
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
msgfmt.h 356 * @param newLocale The locale to use for formatting dates and numbers.
362 const Locale& newLocale,
367 * @param newLocale The locale to use for formatting dates and numbers.
375 const Locale& newLocale,
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
locid.h 347 * @param newLocale Locale to set to. If NULL, set to the value obtained
353 static void U_EXPORT2 setDefault(const Locale& newLocale,
  /external/icu/icu4c/source/common/unicode/
locid.h 352 * @param newLocale Locale to set to. If NULL, set to the value obtained
358 static void U_EXPORT2 setDefault(const Locale& newLocale,
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnection.java 360 final String newLocale = mConfiguration.locale.toString();
361 nativeRegisterLocalizedCollators(mConnectionPtr, newLocale);
376 if (oldLocale != null && oldLocale.equals(newLocale)) {
386 new Object[] { newLocale }, null);
394 + "' to '" + newLocale + "'.", ex);
    [all...]
  /external/icu/icu4c/source/common/
locid.cpp 616 Locale::setDefault( const Locale& newLocale,
626 const char *localeID = newLocale.getName();
  /libcore/luni/src/main/java/java/util/
ResourceBundle.java 492 Locale newLocale = strip(locale);
493 if (newLocale == null) {
496 return handleGetBundle(loadBase, base, newLocale, loader);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.cpp 90 CachedShapingResults(hb_buffer_t* harfBuzzBuffer, const Font* runFont, hb_direction_t runDir, const String& newLocale);
107 CachedShapingResults::CachedShapingResults(hb_buffer_t* harfBuzzBuffer, const Font* fontData, hb_direction_t dirData, const String& newLocale)
111 , locale(newLocale)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
msgfmt.cpp 291 const Locale& newLocale,
293 : fLocale(newLocale),
318 const Locale& newLocale,
321 : fLocale(newLocale),
    [all...]
  /external/icu/icu4c/source/i18n/
msgfmt.cpp 251 const Locale& newLocale,
253 : fLocale(newLocale),
273 const Locale& newLocale,
276 : fLocale(newLocale),
    [all...]
  /external/chromium_org/third_party/icu/source/common/
locid.cpp 682 Locale::setDefault( const Locale& newLocale,
692 const char *localeID = newLocale.getName();
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java 790 final Locale newLocale = mRes.getConfiguration().locale;
792 || (newLocale != null && !newLocale.equals(mLastSystemLocale))) {
799 Slog.i(TAG, "Locale has been changed to " + newLocale);
814 mLastSystemLocale = newLocale;
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 903 milliseconds