Searched defs:setLocale (Results 1 - 13 of 13) 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);
95 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 DWordBreaker.cpp31 void WordBreaker::setLocale(const icu::Locale& locale) { function in class:android::WordBreaker
H A DLineBreaker.cpp56 void LineBreaker::setLocale(const icu::Locale& locale, Hyphenator* hyphenator) { function in class:android::LineBreaker
57 mWordBreaker.setLocale(locale);
/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/core/java/android/content/res/
H A DConfiguration.java1456 * the direct accessor or {@link #setLocale(Locale)}). This will also set the layout direction
1483 public void setLocale(@Nullable 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.cpp355 void AssetManager::setLocale(const char* locale) function in class:AssetManager
/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/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 817 milliseconds