/frameworks/base/core/tests/inputmethodtests/src/android/os/ |
InputMethodSubtypeTest.java | 29 // InputMethodSubtype#getLocale() returns exactly the same string that is passed to the 31 assertEquals(localeString, createDummySubtype(localeString).getLocale()); 33 // InputMethodSubtype#getLocale() should be preserved via marshaling. 34 assertEquals(createDummySubtype(localeString).getLocale(), 35 cloneViaParcel(createDummySubtype(localeString)).getLocale()); 37 // InputMethodSubtype#getLocale() should be preserved via marshaling. 38 assertEquals(createDummySubtype(localeString).getLocale(), 39 cloneViaParcel(cloneViaParcel(createDummySubtype(localeString))).getLocale()); 66 assertEquals("iw", subtypeIw.getLocale()); 67 assertEquals("he", subtypeHe.getLocale()); [all...] |
/external/chromium_org/third_party/icu/source/common/ |
locbased.cpp | 16 Locale LocaleBased::getLocale(ULocDataLocaleType type, UErrorCode& status) const {
|
locid.cpp | 761 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(eTAIWAN) [all...] |
locbased.h | 28 * A utility class that unifies the implementation of getLocale() by 58 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
|
/external/icu/icu4c/source/common/ |
locbased.cpp | 16 Locale LocaleBased::getLocale(ULocDataLocaleType type, UErrorCode& status) const {
|
locid.cpp | 695 return getLocale(eROOT); 701 return getLocale(eENGLISH); 707 return getLocale(eFRENCH); 713 return getLocale(eGERMAN); 719 return getLocale(eITALIAN); 725 return getLocale(eJAPANESE); 731 return getLocale(eKOREAN); 737 return getLocale(eCHINESE); 743 return getLocale(eCHINA); 749 return getLocale(eTAIWAN) [all...] |
locbased.h | 28 * A utility class that unifies the implementation of getLocale() by 58 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
|
/external/apache-http/src/org/apache/http/ |
HttpResponse.java | 69 * {@link #getLocale locale}. 91 * based on the current {@link #getLocale locale}. It can be set 148 Locale getLocale(); 157 * @see #getLocale getLocale
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
LocaleSet.java | 54 public Locale getLocale() { 152 return mPrimaryLocale.getLocale(); 156 return mSecondaryLocale.getLocale(); 237 return other.isPrimaryLocale(mPrimaryLocale.getLocale()) 238 && other.isSecondaryLocale(mSecondaryLocale.getLocale());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ConfigurationTest.java | 65 assertEquals(Locale.ANY, configuration.getLocale()); 90 ConfigurationChooser.getLocaleLabel(null, configuration.getLocale(), true)); 92 ConfigurationChooser.getLocaleLabel(null, configuration.getLocale(), false)); 126 assertEquals(locale, copy.getLocale()); 137 assertEquals(locale, copy.getLocale());
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
SpacebarLanguageUtils.java | 48 return SubtypeLocaleUtils.getSubtypeLocaleDisplayName(subtype.getLocale()); 56 return SubtypeLocaleUtils.getSubtypeLanguageDisplayName(subtype.getLocale());
|
SubtypeLocaleUtils.java | 226 return getSubtypeLocaleDisplayNameInternal(subtype.getLocale(), displayLocale); 256 + " locale=" + subtype.getLocale() 268 final String localeString = subtype.getLocale(); 273 final String localeString = subtype.getLocale(); 292 final String key = subtype.getLocale() + ":" + subtype.getExtraValue(); 299 "locale=" + subtype.getLocale() + " extraValue=" + subtype.getExtraValue());
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/ |
abstract_msgs.js | 24 cvox.AbstractMsgs.prototype.getLocale = function() { };
|
/external/chromium_org/third_party/skia/src/ports/ |
SkFontConfigParser_android.h | 55 SkString GetLocale();
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
LocalePropertyEditor.java | 65 // property.setValue(localeDialog.getSelectedLocale().getLocale());
|
/external/skia/src/ports/ |
SkFontConfigParser_android.h | 55 SkString GetLocale();
|
/external/smack/src/org/apache/harmony/javax/security/auth/callback/ |
LanguageCallback.java | 33 public Locale getLocale() {
|
/packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/personalization/ |
PersonalizationDictionaryUpdater.java | 36 public Locale getLocale() {
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/ |
dictionary_header_structure_policy.h | 52 virtual const std::vector<int> *getLocale() const = 0;
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
SynchronousProfileProvider.java | 43 protected Locale 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/ |
aliastst.cpp | 69 //Test function "getLocale(ULocale.VALID_LOCALE)" 81 logln("Calendar(getLocale) old:"+UnicodeString(l1)+" new:"+UnicodeString(l2)); 102 //Test function "getLocale" 114 logln("DateFormat(getLocale) old:%s new:%s",l1,l2); 136 Locale l1 = c1->getLocale(ULOC_VALID_LOCALE, status); 137 Locale l2 = c2->getLocale(ULOC_VALID_LOCALE, status); 148 logln("Collator(getLocale) old:%s new:%s", l1.getName(), l2.getName());
|
/external/icu/icu4c/source/test/intltest/ |
aliastst.cpp | 69 //Test function "getLocale(ULocale.VALID_LOCALE)" 81 logln("Calendar(getLocale) old:"+UnicodeString(l1)+" new:"+UnicodeString(l2)); 102 //Test function "getLocale" 114 logln("DateFormat(getLocale) old:%s new:%s",l1,l2); 136 Locale l1 = c1->getLocale(ULOC_VALID_LOCALE, status); 137 Locale l2 = c2->getLocale(ULOC_VALID_LOCALE, status); 148 logln("Collator(getLocale) old:%s new:%s", l1.getName(), l2.getName());
|
/external/chromium_org/third_party/icu/source/i18n/ |
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...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
ResourceBundleTest.java | 263 assertEquals("fr_FR_VAR", bundle.getLocale().toString()); 266 assertEquals("fr_FR", bundle.getLocale().toString()); 269 assertEquals("fr", bundle.getLocale().toString()); 272 assertEquals("en_US", bundle.getLocale().toString()); 275 assertEquals("en_US", bundle.getLocale().toString()); 278 assertEquals("en_US", bundle.getLocale().toString());
|