Searched refs:setLocale (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/base/core/tests/overlaytests/OverlayTest/src/com/android/overlaytest/
H A DOverlayBaseTest.java39 private void setLocale(Locale locale) { method in class:OverlayBaseTest
274 setLocale(new Locale("sv", "SE"));
280 setLocale(new Locale("sv", "SE"));
286 setLocale(new Locale("sv", "SE"));
292 setLocale(new Locale("sv", "SE"));
298 setLocale(new Locale("sv", "SE"));
304 setLocale(new Locale("sv", "SE"));
310 setLocale(new Locale("sv", "SE"));
316 setLocale(new Locale("sv", "SE"));
322 setLocale(ne
[all...]
/frameworks/av/media/libmedia/
H A DMediaScannerClient.cpp34 void MediaScannerClient::setLocale(const char* locale) function in class:android::MediaScannerClient
H A DMediaScanner.cpp35 setLocale(NULL);
40 void MediaScanner::setLocale(const char *locale) { function in class:android::MediaScanner
100 client.setLocale(locale());
/frameworks/support/design/tests/src/android/support/design/widget/
H A DTextInputLayoutPseudoLocaleTest.java46 setLocale("ar", "XB", getContext());
53 private static void setLocale(String language, String country, Context context) { method in class:TextInputLayoutPseudoLocaleTest
57 configuration.setLocale(new Locale(language, country));
69 setLocale(ORIGINAL_LANGUAGE, ORIGINAL_COUNTRY, getContext());
/frameworks/base/core/tests/coretests/src/android/text/format/
H A DFormatterTest.java51 setLocale(mOriginalLocale);
57 setLocale(Locale.ENGLISH);
98 setLocale(new Locale("es", "ES"));
110 private void setLocale(Locale locale) { method in class:FormatterTest
/frameworks/minikin/tests/perftests/
H A DWordBreaker.cpp28 wb.setLocale(icu::Locale::getEnglish());
/frameworks/minikin/include/minikin/
H A DWordBreaker.h37 void setLocale(const icu::Locale& locale);
H A DLineBreaker.h116 void setLocale(const icu::Locale& locale, Hyphenator* hyphenator);
/frameworks/av/include/media/
H A Dmediascanner.h81 void setLocale(const char *locale);
112 void setLocale(const char* locale);
/frameworks/av/media/libmedia/include/media/
H A Dmediascanner.h81 void setLocale(const char *locale);
112 void setLocale(const char* locale);
/frameworks/minikin/tests/unittest/
H A DWordBreakerTests.cpp42 breaker.setLocale(icu::Locale::getUS());
60 breaker.setLocale(icu::Locale::getUS());
77 breaker.setLocale(icu::Locale::getUS());
89 breaker.setLocale(icu::Locale::getUS());
106 breaker.setLocale(burmese);
127 breaker.setLocale(icu::Locale::getUS());
150 breaker.setLocale(icu::Locale::getUS());
174 breaker.setLocale(icu::Locale::getEnglish());
222 breaker.setLocale(icu::Locale::getUS());
247 breaker.setLocale(ic
[all...]
/frameworks/av/media/libstagefright/
H A DStagefrightMediaScanner.cpp62 client.setLocale(locale());
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseLocaleTest.java90 Log.i("LocaleTest", "about to call setLocale en_US");
91 mDatabase.setLocale(new Locale("en", "US"));
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accessibility/
H A DAccessibilityUtils.java87 config.setLocale(locale);
/frameworks/base/core/java/android/widget/
H A DSpellChecker.java112 setLocale(mTextView.getSpellCheckerLocale());
145 private void setLocale(Locale locale) { method in class:SpellChecker
223 setLocale(locale);
/frameworks/base/core/java/com/android/internal/app/
H A DSuggestedLocaleAdapter.java148 configOverride.setLocale(locale);
H A DLocaleStore.java71 .setLocale(locale).setRegion("")
/frameworks/minikin/libs/minikin/
H A DWordBreaker.cpp34 void WordBreaker::setLocale(const icu::Locale& locale) { function in class:minikin::WordBreaker
H A DLineBreaker.cpp64 void LineBreaker::setLocale(const icu::Locale& locale, Hyphenator* hyphenator) { function in class:minikin::LineBreaker
65 mWordBreaker.setLocale(locale);
/frameworks/base/core/jni/
H A Dandroid_text_StaticLayout.cpp147 b->setLocale(icuLocale.locale(), hyphenator);
/frameworks/base/media/jni/
H A Dandroid_media_MediaScanner.cpp314 ALOGV("setLocale");
329 mp->setLocale(localeStr);
429 "setLocale",
/frameworks/base/media/java/android/media/
H A DMediaScanner.java443 setLocale(language + "_" + country);
445 setLocale(language);
1941 private native void setLocale(String locale); method in class:MediaScanner
/frameworks/base/core/java/android/text/
H A DStaticLayout.java345 * - setLocale (this must be done at least for the first run, optional afterwards)
357 private void setLocale(Locale locale) { method in class:StaticLayout.Builder
597 b.setLocale(paint.getTextLocale()); // TODO: also respect LocaleSpan within the text
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java226 * created with. If this is set, {@link #setLocale} will do nothing.
661 * Call {@link #setLocale} if you would like something else.</p>
679 * Call {@link #setLocale} if you would like something else.</p>
822 * Call {@link #setLocale} if you would like something else.</p>
1772 public void setLocale(Locale locale) { method in class:SQLiteDatabase
/frameworks/base/libs/androidfw/tests/
H A DConfigLocale_test.cpp178 TEST(ConfigLocaleTest, setLocale) {

Completed in 449 milliseconds

12