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

1 2 3 4 5 6 7 8 910

  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/
LanguageCallbackTest.java 39 * test of Ctor, method set/getLocale()
45 assertEquals("US", lc.getLocale().getCountry());
53 assertNull(lc.getLocale());
  /external/smack/src/org/apache/harmony/javax/security/auth/callback/
LanguageCallback.java 33 public Locale getLocale() {
  /libcore/luni/src/main/native/
IcuUtilities.h 27 extern Locale getLocale(JNIEnv* env, jstring localeName);
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/serialization/
LanguageCallbackTest.java 46 assertEquals(((LanguageCallback) golden).getLocale(),
47 ((LanguageCallback) test).getLocale());
  /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/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 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...]
  /external/icu4c/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...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
dcfmtsym.h 267 inline Locale getLocale() const;
274 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
447 DecimalFormatSymbols::getLocale() const {
  /external/icu4c/i18n/unicode/
dcfmtsym.h 262 inline Locale getLocale() const;
269 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
447 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() .
438 * @deprecated ICU 2.8 Use getLocale(ULocDataLocaleType type, UErrorCode &status) overload instead.
441 getLocale(void) const;
454 getLocale(ULocDataLocaleType type, UErrorCode &status) const;
  /external/icu4c/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/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
SubtypeLocaleUtils.java 213 return getSubtypeLocaleDisplayNameInternal(subtype.getLocale(), displayLocale);
243 + " locale=" + subtype.getLocale()
255 final String localeString = subtype.getLocale();
260 final String localeString = subtype.getLocale();
279 final String key = subtype.getLocale() + ":" + subtype.getExtraValue();
286 "locale=" + subtype.getLocale() + " extraValue=" + subtype.getExtraValue());
313 return getSubtypeLocaleDisplayName(subtype.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 64 assertEquals(Locale.ANY, configuration.getLocale());
89 ConfigurationChooser.getLocaleLabel(null, configuration.getLocale(), true));
91 ConfigurationChooser.getLocaleLabel(null, configuration.getLocale(), false));
125 assertEquals(locale, copy.getLocale());
136 assertEquals(locale, copy.getLocale());
  /frameworks/base/core/java/android/view/textservice/
TextServicesManager.java 136 final String subtypeLocale = subtypeInUse.getLocale();
147 final String tempSubtypeLocale = subtype.getLocale();
163 sService.getSpellCheckerService(sci.getId(), subtypeInUse.getLocale(),
  /libcore/luni/src/test/java/tests/api/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();
  /external/chromium_org/third_party/icu/source/i18n/
format.cpp 192 Format::getLocale(ULocDataLocaleType type, UErrorCode& status) const {
194 return locBased.getLocale(type, status);
  /external/icu4c/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()

Completed in 994 milliseconds

1 2 3 4 5 6 7 8 910