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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/icu/source/i18n/
format.cpp 192 Format::getLocale(ULocDataLocaleType type, UErrorCode& status) const {
194 return locBased.getLocale(type, status);
locdspnm.cpp 66 const Locale& getLocale();
110 ICUDataTable::getLocale() {
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 {
544 return ((const LocaleDisplayNames *)ldn)->getLocale().getName()
    [all...]
  /external/icu/icu4c/source/i18n/
format.cpp 196 Format::getLocale(ULocDataLocaleType type, UErrorCode& status) const {
198 return locBased.getLocale(type, status);
  /external/apache-xml/src/main/java/org/apache/xml/res/
XMLMessages.java 62 public Locale getLocale()
  /external/chromium_org/third_party/icu/source/i18n/unicode/
currpinf.h 138 const Locale& getLocale() const;
format.h 249 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
locdspnm.h 70 virtual const Locale& getLocale() const = 0;
  /external/icu/icu4c/source/i18n/unicode/
currpinf.h 136 const Locale& getLocale() const;
format.h 249 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
locdspnm.h 85 virtual const Locale& getLocale() const = 0;
  /external/srec/srec/Recognizer/include/
SR_RecognizerResult.h 108 ESR_ReturnCode(*getLocale)(const struct SR_RecognizerResult_t* self, ESR_Locale* locale);
  /external/srec/srec/Recognizer/src/
RecognizerResult.c 83 return self->getLocale(self, locale);
  /frameworks/base/core/java/android/text/style/
LocaleSpan.java 67 public Locale getLocale() {
  /frameworks/base/location/java/android/location/
GeocoderParams.java 56 public Locale getLocale() {
  /packages/apps/Settings/src/com/android/settings/accessibility/
LocalePreference.java 60 entryValues[i + 1] = info.getLocale().toString();
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
LanguageActivity.java 60 Locale lhs = l.getLocale();
61 Locale rhs = r.getLocale();
188 Locale target = mLocales.getItem(i).getLocale();
233 LocalePicker.updateLocale(mLocales.getItem(offset).getLocale());
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
Azerty.java 56 builder.toUpperCase(getLocale());
Colemak.java 55 builder.toUpperCase(getLocale());
  /development/apps/CustomLocale/src/com/android/customlocale2/
CustomLocaleActivity.java 241 return lhs.getLocale().compareTo(rhs.getLocale());
288 String code = ((LocaleInfo) o).getLocale();
321 getString(R.string.select_locale_1s_button, info.getLocale()));
344 changeSystemLocale(info.getLocale());
355 final String localeToRemove = info == null ? "<error>" : info.getLocale();
434 public String getLocale() {
  /external/chromium_org/third_party/icu/source/test/intltest/
restsnew.cpp 419 a.getLocale()==b.getLocale() &&
460 logln("Testing getLocale()\n");
461 if(strcmp(test1.getLocale().getName(), locale->getName()) !=0 ){
462 errln("FAIL: ResourceBundle::getLocale() failed\n");
478 if(strcmp(defaultresource.getLocale().getName(), explicitdefaultresource.getLocale().getName()) != 0){
480 explicitdefaultresource.getLocale().getName(), defaultresource.getLocale().getName(), u_errorName(err));
487 strcmp(copyRes.getLocale().getName(), defaultresource.getLocale().getName() ) !=0 |
    [all...]
svccoll.cpp 59 Locale loc = frcol->getLocale(ULOC_REQUESTED_LOCALE, status);
63 loc = frcol->getLocale(ULOC_VALID_LOCALE, status);
68 loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status);
72 loc = ncol->getLocale(ULOC_VALID_LOCALE, status);
76 loc = ncol->getLocale(ULOC_ACTUAL_LOCALE, status);
188 Locale nloc = ncol->getLocale(ULOC_VALID_LOCALE, status);
413 Locale loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status);
417 loc = ncol->getLocale(ULOC_VALID_LOCALE, status);
  /external/icu/icu4c/source/test/intltest/
restsnew.cpp 419 a.getLocale()==b.getLocale() &&
460 logln("Testing getLocale()\n");
461 if(strcmp(test1.getLocale().getName(), locale->getName()) !=0 ){
462 errln("FAIL: ResourceBundle::getLocale() failed\n");
478 if(strcmp(defaultresource.getLocale().getName(), explicitdefaultresource.getLocale().getName()) != 0){
480 explicitdefaultresource.getLocale().getName(), defaultresource.getLocale().getName(), u_errorName(err));
487 strcmp(copyRes.getLocale().getName(), defaultresource.getLocale().getName() ) !=0 |
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_msgs.js 24 cvox.AbstractMsgs.prototype.getLocale = function() { };
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
AdditionalSubtypeUtilsTests.java 110 assertEquals("en_US", subtype.getLocale());
133 assertEquals("zz", subtype.getLocale());
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ProfileProvider.java 136 protected Locale getLocale() {
137 return mDelegate.getLocale();

Completed in 640 milliseconds

12 3 4 5 6 7 8 91011>>