Searched defs:setLocale (Results 1 - 12 of 12) sorted by relevance

/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/base/core/tests/coretests/src/android/text/format/
H A DFormatterTest.java41 setLocale(mOriginalLocale);
46 private void setLocale(Locale locale) { method in class:FormatterTest
57 setLocale(Locale.ENGLISH);
93 setLocale(new Locale("es", "ES"));
/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/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/minikin/libs/minikin/
H A DLineBreaker.cpp59 void LineBreaker::setLocale(const icu::Locale& locale, Hyphenator* hyphenator) { function in class:android::LineBreaker
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java224 * created with. If this is set, {@link #setLocale} will do nothing.
659 * Call {@link #setLocale} if you would like something else.</p>
677 * Call {@link #setLocale} if you would like something else.</p>
820 * Call {@link #setLocale} if you would like something else.</p>
1754 public void setLocale(Locale locale) { method in class:SQLiteDatabase
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java679 public native final void setLocale(String locale); method in class:AssetManager
H A DConfiguration.java1320 public void setLocale(Locale loc) { method in class:Configuration
/frameworks/base/core/java/android/text/
H A DStaticLayout.java331 * - setLocale (this must be done at least for the first run, optional afterwards)
343 private void setLocale(Locale locale) { method in class:StaticLayout.Builder
581 b.setLocale(paint.getTextLocale()); // TODO: also respect LocaleSpan within the text
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp369 void AssetManager::setLocale(const char* locale) function in class:AssetManager
/frameworks/base/media/java/android/media/
H A DMediaScanner.java1859 public native void setLocale(String locale); method in class:MediaScanner

Completed in 1646 milliseconds