HomeSort by relevance Sort by last modified time
    Searched refs:setLocale (Results 51 - 75 of 212) sorted by null

1 23 4 5 6 7 8 9

  /external/icu/icu4c/source/i18n/unicode/
msgfmt.h 417 virtual void setLocale(const Locale& theLocale);
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
LocalePicker.java 251 config.setLocale(locale);
  /frameworks/base/include/androidfw/
AssetManager.h 133 void setLocale(const char* locale);
  /frameworks/base/libs/androidfw/tests/
ConfigLocale_test.cpp 173 TEST(ConfigLocaleTest, setLocale) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
MessageFormatTest.java 108 mf.setLocale(null);
423 format.setLocale(Locale.FRENCH); // use French since English has the
431 format.setLocale(Locale.getDefault());
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
XMLReaderAdapterTest.java 104 adapter.setLocale(Locale.getDefault());
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
MoreKeySpecSplitTests.java 41 mTextsSet.setLocale(TEST_LOCALE, targetContext);
KeySpecParserTestsBase.java 50 mTextsSet.setLocale(TEST_LOCALE, getContext());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
xmlreader.py 66 def setLocale(self, locale):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
xmlreader.py 66 def setLocale(self, locale):
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewList.java 155 configuration.setLocale(
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet_2.5.0.v200910301333.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationChooser.java     [all...]
ConfigurationMatcher.java 223 mConfiguration.setLocale(locale, true);
354 mConfiguration.setLocale(localeList.get(match.bundle.localeIndex), true);
387 mConfiguration.setLocale(localeList.get(match.bundle.localeIndex), true);
    [all...]
  /external/icu/icu4c/source/test/intltest/
tufmtts.cpp 228 tmf_en->setLocale(Locale("fr"), status);
229 if (!assertSuccess("setLocale(fr...)", status)) return;
236 assertTrue("TimeUnitFormat: setLocale", (*tmf_en == tmf_fr));
249 format->setLocale(Locale("zh"), status);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
MccTable.java 221 config.setLocale(locale);
339 config.setLocale(locale);
  /libcore/luni/src/main/java/java/text/
MessageFormat.java 584 mf.setLocale(locale);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
currpinf.cpp 208 CurrencyPluralInfo::setLocale(const Locale& loc, UErrorCode& status) {
  /external/icu/icu4c/source/i18n/
currpinf.cpp 209 CurrencyPluralInfo::setLocale(const Locale& loc, UErrorCode& status) {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
RobolectricConfig.java 253 public void setLocale( String locale ){
  /frameworks/base/media/jni/
android_media_MediaScanner.cpp 314 ALOGV("setLocale");
329 mp->setLocale(localeStr);
430 "setLocale",
  /packages/apps/Dialer/tests/src/com/android/dialer/
CallDetailActivityTest.java 83 mLocaleTestUtils.setLocale(Locale.US);
PhoneCallDetailsHelperTest.java 78 mLocaleTestUtils.setLocale(Locale.US);
  /libcore/luni/src/main/java/java/util/
Scanner.java     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tmsgfmt.cpp     [all...]

Completed in 2287 milliseconds

1 23 4 5 6 7 8 9