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

1 2 3 4 5 6 7 8

  /libcore/luni/src/main/native/
IcuUtilities.h 24 extern Locale getLocale(JNIEnv* env, jstring localeName);
  /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() {
  /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/webkit/Source/WebCore/platform/text/mac/
TextBreakIteratorInternalICUMac.mm 63 static void getLocale(CFStringRef locale, char localeStringBuffer[maxLocaleStringLength])
74 getLocale(canonicalLanguageIdentifier(topLanguagePreference().get()).get(), localeStringBuffer);
94 getLocale(canonicalLanguageIdentifier(locale.get()).get(), localeStringBuffer);
  /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/icu4c/i18n/unicode/
dcfmtsym.h 262 inline Locale getLocale() const;
269 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
449 DecimalFormatSymbols::getLocale() const {
currpinf.h 136 const Locale& getLocale() const;
format.h 249 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
locdspnm.h 87 virtual const Locale& getLocale() const = 0;
  /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/
SubtypeLocale.java 211 return getSubtypeLocaleDisplayNameInternal(subtype.getLocale(), displayLocale);
221 final Locale displayLocale = getDisplayLocaleOfSubtypeLocale(subtype.getLocale());
239 + " locale=" + subtype.getLocale()
251 final String localeString = subtype.getLocale();
256 final String localeString = subtype.getLocale();
275 final String key = subtype.getLocale() + ":" + subtype.getExtraValue();
282 "locale=" + subtype.getLocale() + " extraValue=" + subtype.getExtraValue());
  /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/icu4c/i18n/
format.cpp 196 Format::getLocale(ULocDataLocaleType type, UErrorCode& status) const {
198 return locBased.getLocale(type, status);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
InputMethodButton.java 105 && (nonAuxSubtype.getLocale().equals(auxSubtype.getLocale())
  /external/apache-xml/src/main/java/org/apache/xml/res/
XMLMessages.java 62 public Locale getLocale()
  /external/srec/srec/Recognizer/include/
SR_RecognizerResult.h 108 ESR_ReturnCode(*getLocale)(const struct SR_RecognizerResult_t* self, ESR_Locale* locale);

Completed in 916 milliseconds

1 2 3 4 5 6 7 8