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

12

/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/
H A DLanguageCallbackTest.java44 lc.setLocale(locale);
55 lc.setLocale(null);
/external/apache-http/src/org/apache/http/
H A DHttpResponse.java144 * It can be changed using {@link #setLocale setLocale}.
160 void setLocale(Locale loc); method in interface:HttpResponse
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/serialization/
H A DLanguageCallbackTest.java40 lc.setLocale(Locale.UK);
/external/apache-xml/src/main/java/org/apache/xml/res/
H A DXMLMessages.java52 public void setLocale(Locale locale) method in class:XMLMessages
/external/icu4c/i18n/unicode/
H A Dcurrpinf.h178 void setLocale(const Locale& loc, UErrorCode& status);
H A Dplurfmt.h368 void setLocale(const Locale& locale, UErrorCode& status);
H A Dtmutfmt.h85 * Use setLocale and/or setFormat to modify.
153 void setLocale(const Locale& locale, UErrorCode& status);
H A Dmsgfmt.h410 virtual void setLocale(const Locale& theLocale);
/external/apache-http/src/org/apache/http/message/
H A DBasicHttpResponse.java180 public void setLocale(Locale loc) { method in class:BasicHttpResponse
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DErrorManager.java390 setLocale(Locale.getDefault());
406 public static void setLocale(Locale locale) { method in class:ErrorManager
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
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
H A DSAX1ParserAdapter.java83 public void setLocale(java.util.Locale locale) method in class:SAX1ParserAdapter
89 throw new SAXNotSupportedException("TagSoup does not implement setLocale() method");
/external/icu4c/test/intltest/
H A Dtufmtts.cpp177 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);
H A Ddcfmapts.cpp394 cpi->setLocale(Locale::getCanada(), status);
396 errln((UnicodeString)"ERROR: CurrencyPluralInfo::setLocale");
H A Dtmsgfmt.cpp959 y.setLocale(Locale("fr"));
1017 msg.setLocale(Locale::getEnglish());
1024 msg.setLocale(Locale::getGerman());
1044 logln("MSG setLocale tested.");
1046 dataerrln( "*** MSG setLocale err. - %s", u_errorName(err));
H A Dplurfmts.cpp250 dataerrln("ERROR: Could not create PluralFormat instance in setLocale() test - exitting. ");
255 pluralFmt.setLocale(Locale::getEnglish(), status);
257 dataerrln("ERROR: Could not setLocale() with English locale ");
264 logln("\n Test setLocale() ..\n");
291 errln("Wrong ruleset loaded by setLocale() - got:"+plResult+ UnicodeString(" expecting:")+numResult);
H A Dtsmthred.cpp517 fmt->setLocale(theLocale);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Djavax.servlet_2.5.0.v200910301333.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu4c/i18n/
H A Dcurrpinf.cpp208 CurrencyPluralInfo::setLocale(const Locale& loc, UErrorCode& status) { function in class:CurrencyPluralInfo
H A Dplurfmt.cpp271 PluralFormat::setLocale(const Locale& loc, UErrorCode& status) { function in class:PluralFormat
H A Dumsg.cpp297 ((MessageFormat*)fmt)->setLocale(Locale(locale));
H A Dmsgfmt.cpp359 setLocale(that.fLocale);
429 MessageFormat::setLocale(const Locale& theLocale) function in class:MessageFormat
H A Dtmutfmt.cpp740 TimeUnitFormat::setLocale(const Locale& locale, UErrorCode& status) { function in class:TimeUnitFormat
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DMessageFormatTest.java206 format.setLocale(Locale.FRENCH); // use French since English has the
214 format.setLocale(Locale.getDefault());
679 * @tests java.text.MessageFormat#setLocale(java.util.Locale)
683 // java.text.MessageFormat.setLocale(java.util.Locale)
685 format.setLocale(Locale.CHINA);

Completed in 550 milliseconds

12