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

123

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
H A Dtest_msgs.js29 cvox.TestMsgs.prototype.getLocale = function() {
/external/chromium_org/third_party/icu/source/common/
H A Dlocbased.cpp16 Locale LocaleBased::getLocale(ULocDataLocaleType type, UErrorCode& status) const { function in class:LocaleBased
H A Dresbund.cpp44 * 11/09/99 weiv Added getLocale(), rewritten constructForLocale()
378 const Locale &ResourceBundle::getLocale(void) const { function in class:ResourceBundle
390 const Locale ResourceBundle::getLocale(ULocDataLocaleType type, UErrorCode &status) const function in class:ResourceBundle
H A Dbrkiter.cpp430 BreakIterator::getLocale(ULocDataLocaleType type, UErrorCode& status) const { function in class:BreakIterator
432 return locBased.getLocale(type, status);
/external/icu/icu4c/source/common/
H A Dlocbased.cpp16 Locale LocaleBased::getLocale(ULocDataLocaleType type, UErrorCode& status) const { function in class:LocaleBased
H A Dresbund.cpp44 * 11/09/99 weiv Added getLocale(), rewritten constructForLocale()
378 const Locale &ResourceBundle::getLocale(void) const { function in class:ResourceBundle
390 const Locale ResourceBundle::getLocale(ULocDataLocaleType type, UErrorCode &status) const function in class:ResourceBundle
H A Dbrkiter.cpp430 BreakIterator::getLocale(ULocDataLocaleType type, UErrorCode& status) const { function in class:BreakIterator
432 return locBased.getLocale(type, status);
/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/smack/src/org/apache/harmony/javax/security/auth/callback/
H A DLanguageCallback.java33 public Locale getLocale() { method in class:LanguageCallback
/external/apache-http/src/org/apache/http/
H A DHttpResponse.java74 * {@link #getLocale locale}.
96 * based on the current {@link #getLocale locale}. It can be set
153 Locale getLocale(); method in interface:HttpResponse
162 * @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/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/messages/
H A Dmsgs.js37 cvox.Msgs.prototype.getLocale = function() {
/external/apache-http/src/org/apache/http/message/
H A DBasicHttpResponse.java134 public Locale getLocale() { method in class:BasicHttpResponse
/external/chromium_org/third_party/icu/source/i18n/
H A Dformat.cpp196 Format::getLocale(ULocDataLocaleType type, UErrorCode& status) const { function in class:Format
198 return locBased.getLocale(type, status);
H A Ddcfmtsym.cpp426 DecimalFormatSymbols::getLocale(ULocDataLocaleType type, UErrorCode& status) const { function in class:DecimalFormatSymbols
428 return locBased.getLocale(type, status);
H A Dcurrpinf.cpp182 CurrencyPluralInfo::getLocale() const { function in class:CurrencyPluralInfo
H A Dtblcoll.cpp571 Locale RuleBasedCollator::getLocale(ULocDataLocaleType type, UErrorCode &status) const { function in class:RuleBasedCollator
/external/icu/icu4c/source/i18n/
H A Dformat.cpp196 Format::getLocale(ULocDataLocaleType type, UErrorCode& status) const { function in class:Format
198 return locBased.getLocale(type, status);
H A Ddcfmtsym.cpp426 DecimalFormatSymbols::getLocale(ULocDataLocaleType type, UErrorCode& status) const { function in class:DecimalFormatSymbols
428 return locBased.getLocale(type, status);
H A Dcurrpinf.cpp182 CurrencyPluralInfo::getLocale() const { function in class:CurrencyPluralInfo
/external/icu/icu4c/source/layoutex/
H A DRunArrays.cpp169 const Locale *LocaleRuns::getLocale(le_int32 run) const function in class:LocaleRuns
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
H A DHttpResponseStub.java47 @Override public Locale getLocale() { method in class:HttpResponseStub
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddcfmtsym.h276 inline Locale getLocale() const;
283 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
463 DecimalFormatSymbols::getLocale() const { function in class:DecimalFormatSymbols
/external/icu/icu4c/source/i18n/unicode/
H A Ddcfmtsym.h281 inline Locale getLocale() const;
288 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
471 DecimalFormatSymbols::getLocale() const { function in class:DecimalFormatSymbols

Completed in 6417 milliseconds

123