Home
last modified time | relevance | path

Searched defs:setLocale (Results 1 – 9 of 9) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/res/
DXMLMessages.java52 public void setLocale(Locale locale) in setLocale() method in XMLMessages
/external/apache-http/src/org/apache/http/
DHttpResponse.java160 void setLocale(Locale loc); in setLocale() method
/external/apache-http/src/org/apache/http/message/
DBasicHttpResponse.java180 public void setLocale(Locale loc) { in setLocale() method in BasicHttpResponse
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
DSAX1ParserAdapter.java83 public void setLocale(java.util.Locale locale) in setLocale() method in SAX1ParserAdapter
/external/icu4c/i18n/
Dcurrpinf.cpp208 CurrencyPluralInfo::setLocale(const Locale& loc, UErrorCode& status) { in setLocale() function in CurrencyPluralInfo
Dplurfmt.cpp378 PluralFormat::setLocale(const Locale& loc, UErrorCode& status) { in setLocale() function in PluralFormat
Dtmutfmt.cpp733 TimeUnitFormat::setLocale(const Locale& locale, UErrorCode& status) { in setLocale() function in TimeUnitFormat
Dmsgfmt.cpp531 MessageFormat::setLocale(const Locale& theLocale) in setLocale() function in MessageFormat
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h1078 void setLocale(const AtomicString& locale) { SET_VAR(rareInheritedData, locale, locale); } in setLocale() function