Searched defs:getLocale (Results 1 - 22 of 22) sorted by relevance

/external/icu4c/common/
H A Dlocbased.cpp16 Locale LocaleBased::getLocale(ULocDataLocaleType type, UErrorCode& status) const { function in class:LocaleBased
H A Dbrkiter.cpp428 BreakIterator::getLocale(ULocDataLocaleType type, UErrorCode& status) const { function in class:BreakIterator
430 return locBased.getLocale(type, status);
H A Dresbund.cpp44 * 11/09/99 weiv Added getLocale(), rewritten constructForLocale()
370 const Locale &ResourceBundle::getLocale(void) const function in class:ResourceBundle
394 const Locale ResourceBundle::getLocale(ULocDataLocaleType type, UErrorCode &status) const function in class:ResourceBundle
H A Dlocid.cpp761 return getLocale(eROOT);
767 return getLocale(eENGLISH);
773 return getLocale(eFRENCH);
779 return getLocale(eGERMAN);
785 return getLocale(eITALIAN);
791 return getLocale(eJAPANESE);
797 return getLocale(eKOREAN);
803 return getLocale(eCHINESE);
809 return getLocale(eCHINA);
815 return getLocale(eTAIWA
892 Locale::getLocale(int locid) function in class:Locale
[all...]
/external/srec/srec/Recognizer/include/
H A DSR_RecognizerResult.h108 ESR_ReturnCode(*getLocale)(const struct SR_RecognizerResult_t* self, ESR_Locale* locale); member in struct:SR_RecognizerResult_t
/external/apache-http/src/org/apache/http/
H A DHttpResponse.java69 * {@link #getLocale locale}.
91 * based on the current {@link #getLocale locale}. It can be set
148 Locale getLocale(); method in interface:HttpResponse
157 * @see #getLocale getLocale
/external/apache-xml/src/main/java/org/apache/xml/res/
H A DXMLMessages.java62 public Locale getLocale() method in class:XMLMessages
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DMessages.java146 private Locale getLocale() method in class:Messages
308 Locale locale = getLocale();
/external/apache-http/src/org/apache/http/message/
H A DBasicHttpResponse.java129 public Locale getLocale() { method in class:BasicHttpResponse
/external/icu4c/i18n/
H A Dformat.cpp191 Format::getLocale(ULocDataLocaleType type, UErrorCode& status) const { function in class:Format
193 return locBased.getLocale(type, status);
H A Ddcfmtsym.cpp425 DecimalFormatSymbols::getLocale(ULocDataLocaleType type, UErrorCode& status) const { function in class:DecimalFormatSymbols
427 return locBased.getLocale(type, status);
H A Dcurrpinf.cpp181 CurrencyPluralInfo::getLocale() const { function in class:CurrencyPluralInfo
H A Dlocdspnm.cpp66 const Locale& getLocale();
110 ICUDataTable::getLocale() { function in class:ICUDataTable
163 virtual const Locale& getLocale() const;
194 DefaultLocaleDisplayNames::getLocale() const {
279 virtual const Locale& getLocale() const;
315 nonConstThis->locale = langData.getLocale() == Locale::getRoot()
316 ? regionData.getLocale()
317 : langData.getLocale();
338 LocaleDisplayNamesImpl::getLocale() const { function in class:LocaleDisplayNamesImpl
544 return ((const LocaleDisplayNames *)ldn)->getLocale()
[all...]
H A Dtblcoll.cpp619 const Locale RuleBasedCollator::getLocale(ULocDataLocaleType type, UErrorCode &status) const { function in class:RuleBasedCollator
H A Ddtfmtsym.cpp1567 DateFormatSymbols::getLocale(ULocDataLocaleType type, UErrorCode& status) const { function in class:DateFormatSymbols
1569 return locBased.getLocale(type, status);
H A Dmsgfmt.cpp547 MessageFormat::getLocale() const function in class:MessageFormat
H A Dcalendar.cpp3351 Calendar::getLocale(ULocDataLocaleType type, UErrorCode& status) const { function in class:Calendar
3353 return locBased.getLocale(type, status);
/external/icu4c/layoutex/
H A DRunArrays.cpp169 const Locale *LocaleRuns::getLocale(le_int32 run) const function in class:LocaleRuns
/external/icu4c/i18n/unicode/
H A Ddcfmtsym.h272 inline Locale getLocale() const;
279 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
454 DecimalFormatSymbols::getLocale() const { function in class:DecimalFormatSymbols
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemNumber.java1033 Locale getLocale(TransformerImpl transformer, int contextNode) method in class:ElemNumber
1085 // Maybe we really want to do the clone in getLocale() and return
1087 Locale locale = (Locale)getLocale(transformer, contextNode).clone();
1340 org.apache.xml.utils.res.XResourceBundle.LANG_BUNDLE_NAME, getLocale(transformer, contextNode));
1349 org.apache.xml.utils.res.XResourceBundle.LANG_BUNDLE_NAME, getLocale(transformer, contextNode));
1359 getLocale(transformer, contextNode)));
1372 getLocale(transformer, contextNode)));
/external/icu4c/test/intltest/
H A Dapicoll.cpp260 if (frCol->getLocale(ULOC_ACTUAL_LOCALE, success) != Locale::getCanadaFrench()) {
1565 locale = coll->getLocale(ULOC_REQUESTED_LOCALE, status);
1569 locale = coll->getLocale(ULOC_VALID_LOCALE, status);
1573 locale = coll->getLocale(ULOC_ACTUAL_LOCALE, status);
1590 if(coll->getLocale(ULOC_REQUESTED_LOCALE, status) != "blahaha") {
1593 if(coll->getLocale(ULOC_VALID_LOCALE, status) !=
1594 defaultColl->getLocale(ULOC_VALID_LOCALE, status)) {
1598 if(coll->getLocale(ULOC_ACTUAL_LOCALE, status) !=
1599 defaultColl->getLocale(ULOC_ACTUAL_LOCALE, status)) {
1611 locale = coll->getLocale(ULOC_REQUESTED_LOCAL
2031 const Locale TestCollator::getLocale(ULocDataLocaleType type, function in class:TestCollator
[all...]
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 1153 milliseconds