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

12 3 4 5 6 7 8 9

  /external/icu/icu4c/source/i18n/unicode/
tmutfmt.h 92 * Use setLocale and/or setFormat to modify.
150 void setLocale(const Locale& locale, UErrorCode& status);
plurfmt.h 403 void setLocale(const Locale& locale, UErrorCode& status);
  /frameworks/av/media/libmedia/
MediaScanner.cpp 35 setLocale(NULL);
40 void MediaScanner::setLocale(const char *locale) {
100 client.setLocale(locale());
  /frameworks/base/core/java/android/widget/
SpellChecker.java 112 setLocale(mTextView.getSpellCheckerLocale());
145 private void setLocale(Locale locale) {
223 setLocale(locale);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/text/
LocaleMac.mm 75 [formatter setLocale:locale];
93 [m_gregorianCalendar.get() setLocale:m_locale.get()];
305 [formatter.get() setLocale:m_locale.get()];
  /external/apache-http/src/org/apache/http/message/
BasicHttpResponse.java 180 public void setLocale(Locale loc) {
  /external/chromium_org/third_party/icu/source/i18n/unicode/
plurfmt.h 400 void setLocale(const Locale& locale, UErrorCode& status);
msgfmt.h 384 virtual void setLocale(const Locale& theLocale);
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
HttpResponseStub.java 51 @Override public void setLocale(Locale locale) {
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseLocaleTest.java 90 Log.i("LocaleTest", "about to call setLocale en_US");
91 mDatabase.setLocale(new Locale("en", "US"));
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerService.java 77 scanner.setLocale(language + "_" + country);
79 scanner.setLocale(language);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
ErrorManager.java 390 setLocale(Locale.getDefault());
406 public static void setLocale(Locale locale) {
419 setLocale(Locale.US); // recurse on this rule, trying the US locale
430 setLocale(Locale.US); // try US to see if that will work
464 /** Encodes the error handling found in setLocale, but does not trigger
    [all...]
  /external/chromium_org/content/shell/renderer/
webkit_test_runner.h 100 virtual void setLocale(const std::string& locale) OVERRIDE;
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAX1ParserAdapter.java 83 public void setLocale(java.util.Locale locale)
89 throw new SAXNotSupportedException("TagSoup does not implement setLocale() method");
  /frameworks/av/media/libstagefright/
StagefrightMediaScanner.cpp 113 client.setLocale(locale());
  /libcore/luni/src/main/java/org/xml/sax/helpers/
XMLReaderAdapter.java 122 * @see org.xml.sax.Parser#setLocale
125 public void setLocale (Locale locale)
128 throw new SAXNotSupportedException("setLocale not supported");
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardTextsSet.java 42 public void setLocale(final Locale locale, final Context context) {
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
DeviceOwnerProvisioningService.java 388 setLocale(params.mLocale);
414 private void setLocale(Locale locale) {
  /libcore/luni/src/test/java/libcore/java/util/
LocaleTest.java 366 b.setLocale(Locale.US);
375 b.setLocale(bad);
382 b.setLocale(bad);
390 b.setLocale(bad);
398 b.setLocale(good);
410 b.setLocale(bad);
    [all...]
  /libcore/luni/src/main/java/java/util/
ResourceBundle.java 512 bundle.setLocale(locale);
521 bundle.setLocale(locale);
604 private void setLocale(Locale locale) {
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tufmtts.cpp 177 tmf_en->setLocale(Locale("fr"), status);
178 if (!assertSuccess("setLocale(fr...)", status)) return;
185 assertTrue("TimeUnitFormat: setLocale", (*tmf_en == tmf_fr));
198 format->setLocale(Locale("zh"), status);
  /frameworks/base/core/tests/inputmethodtests/src/android/os/
InputMethodTest.java 168 context.getResources().getConfiguration().setLocale(locale);
171 context.getResources().getConfiguration().setLocale(initialLocale);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
saxutils.py 278 def setLocale(self, locale):
279 self._parent.setLocale(locale)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
saxutils.py 278 def setLocale(self, locale):
279 self._parent.setLocale(locale)
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.h 153 void setLocale(const String& locale) { m_locale = locale; }

Completed in 1388 milliseconds

12 3 4 5 6 7 8 9