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

1 2 3 4 5 6 7

  /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/skia/src/ports/
FontHostConfiguration_android.h 56 void getLocale(char* language, char* region);
  /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 44 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 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/i18n/unicode/
dcfmtsym.h 262 inline Locale getLocale() const;
269 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
444 DecimalFormatSymbols::getLocale() const {
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/icu4c/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;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SubtypeLocale.java 171 : getSubtypeLocaleDisplayName(subtype.getLocale());
182 + " locale=" + subtype.getLocale()
195 final String localeString = subtype.getLocale();
200 final String localeString = subtype.getLocale();
219 final String key = subtype.getLocale() + ":" + subtype.getExtraValue();
226 "locale=" + subtype.getLocale() + " extraValue=" + subtype.getExtraValue());
SubtypeSwitcher.java 142 + currentSubtype.getLocale() + "/" + currentSubtype.getExtraValue());
155 mShortcutSubtype.getLocale() + ", " + mShortcutSubtype.getMode())));
177 mShortcutSubtype.getLocale() + ", " + mShortcutSubtype.getMode())));
185 + newSubtype.getLocale() + "/" + newSubtype.getExtraValue() + ", from: "
186 + mCurrentSubtype.getLocale() + "/" + mCurrentSubtype.getExtraValue());
  /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 255 assertEquals("fr_FR_VAR", bundle.getLocale().toString());
258 assertEquals("fr_FR", bundle.getLocale().toString());
261 assertEquals("fr", bundle.getLocale().toString());
264 assertEquals("en_US", bundle.getLocale().toString());
267 assertEquals("en_US", bundle.getLocale().toString());
270 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 192 Format::getLocale(ULocDataLocaleType type, UErrorCode& status) const {
194 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);
  /external/srec/srec/Recognizer/src/
RecognizerResult.c 83 return self->getLocale(self, locale);
  /frameworks/base/location/java/android/location/
GeocoderParams.java 56 public Locale getLocale() {

Completed in 1360 milliseconds

1 2 3 4 5 6 7