HomeSort by relevance Sort by last modified time
    Searched refs:getLocale (Results 1 - 25 of 326) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /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/smack/src/org/apache/harmony/javax/security/auth/callback/
LanguageCallback.java 33 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;
  /external/apache-http/src/org/apache/http/
HttpResponse.java 74 * {@link #getLocale locale}.
96 * based on the current {@link #getLocale locale}. It can be set
153 Locale getLocale();
162 * @see #getLocale getLocale
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
SynchronousProfileProvider.java 43 protected Locale getLocale() {
  /external/chromium_org/third_party/icu/source/common/
locbased.cpp 16 Locale LocaleBased::getLocale(ULocDataLocaleType type, UErrorCode& status) const {
locbased.h 28 * A utility class that unifies the implementation of getLocale() by
58 Locale 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...]
  /packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/personalization/
PersonalizationDictionaryUpdater.java 36 public Locale getLocale() {
  /external/icu/icu4c/source/common/
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.cpp 16 Locale LocaleBased::getLocale(ULocDataLocaleType type, UErrorCode& status) const {
locbased.h 28 * A utility class that unifies the implementation of getLocale() by
58 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
HelpUrl.java 54 helpUri = Uri.parse(helpUri.toString().replace("%locale%", getLocale()));
64 private static String getLocale() {
  /external/chromium_org/third_party/icu/source/i18n/unicode/
dcfmtsym.h 276 inline Locale getLocale() const;
283 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
463 DecimalFormatSymbols::getLocale() const {
  /external/icu/icu4c/source/i18n/unicode/
dcfmtsym.h 281 inline Locale getLocale() const;
288 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
471 DecimalFormatSymbols::getLocale() const {
  /external/chromium_org/third_party/icu/source/common/unicode/
resbund.h 42 * 11/09/99 weiv Added getLocale(), fRealLocale, removed fRealLocaleID
310 * Same as getLocale().getName() .
441 * @deprecated ICU 2.8 Use getLocale(ULocDataLocaleType type, UErrorCode &status) overload instead.
444 getLocale(void) const;
458 getLocale(ULocDataLocaleType type, UErrorCode &status) const;
  /external/icu/icu4c/source/common/unicode/
resbund.h 42 * 11/09/99 weiv Added getLocale(), fRealLocale, removed fRealLocaleID
310 * Same as getLocale().getName() .
441 * @deprecated ICU 2.8 Use getLocale(ULocDataLocaleType type, UErrorCode &status) overload instead.
444 getLocale(void) const;
458 getLocale(ULocDataLocaleType type, UErrorCode &status) const;
  /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.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
NestedConfiguration.java 115 configuration.setLocale(values.getLocale(), true);
195 public Locale getLocale() {
197 return super.getLocale();
199 return mParent.getLocale();
465 configuration.getLocale(), false);
  /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());
  /frameworks/base/core/java/android/view/textservice/
TextServicesManager.java 148 final String subtypeLocale = subtypeInUse.getLocale();
158 final String tempSubtypeLocale = subtype.getLocale();
175 sService.getSpellCheckerService(sci.getId(), subtypeInUse.getLocale(),
  /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());
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
Messages.java 146 private Locale getLocale()
308 Locale locale = getLocale();

Completed in 715 milliseconds

1 2 3 4 5 6 7 8 91011>>