HomeSort by relevance Sort by last modified time
    Searched full:getlocale (Results 51 - 75 of 286) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/location/java/android/location/
GeocoderParams.java 56 public Locale getLocale() {
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodSubtypePreference.java 47 final String subtypeLocaleString = subtype.getLocale();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SubtypeSwitcher.java 141 mShortcutSubtype.getLocale() + ", " + mShortcutSubtype.getMode())));
163 mShortcutSubtype.getLocale() + ", " + mShortcutSubtype.getMode())));
274 if (!subtype.isAuxiliary() && !subtype.getLocale().isEmpty()
290 return LocaleUtils.constructLocaleFromString(sForcedSubtypeForTesting.getLocale());
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
Azerty.java 56 builder.toUpperCase(getLocale());
Colemak.java 55 builder.toUpperCase(getLocale());
Dvorak.java 124 builder.toUpperCase(getLocale());
LayoutBase.java 45 public final Locale getLocale() {
253 public final Locale getLocale() { return mCustomizer.getLocale(); }
390 builder.toUpperCase(getLocale());
  /external/chromium_org/ppapi/proxy/
pdf_resource.cc 27 std::string GetLocale() {
65 locale_ = GetLocale();
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
AdditionalSubtypeUtilsTests.java 110 assertEquals("en_US", subtype.getLocale());
133 assertEquals("zz", subtype.getLocale());
  /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/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/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
CustomInputStyleSettingsFragment.java 114 subtype.getLocale(), subtype.hashCode(), subtype.hashCode(),
118 items.add(createItem(context, subtype.getLocale()));
221 setKey(KEY_PREFIX + subtype.getLocale() + "_"
262 context, mSubtype.getLocale());
550 final String localeString = subtype.getLocale();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
simpdata.h 159 virtual HRESULT WINAPI getLocale(BSTR *pbstrLocale) = 0;
180 HRESULT (WINAPI *getLocale)(OLEDBSimpleProvider *This,BSTR *pbstrLocale);
203 #define OLEDBSimpleProvider_getLocale(This,pbstrLocale) (This)->lpVtbl->getLocale(This,pbstrLocale)
  /external/apache-xml/src/main/java/org/apache/xml/res/
XMLMessages.java 62 public Locale getLocale()
  /external/chromium_org/extensions/renderer/
i18n_custom_bindings.cc 93 args.GetIsolate(), content::RenderThread::Get()->GetLocale().c_str()));
  /external/chromium_org/third_party/icu/source/test/intltest/
apicoll.h 138 * Tests GetLocale for a Collator
  /external/icu/icu4c/source/layoutex/
RunArrays.cpp 169 const Locale *LocaleRuns::getLocale(le_int32 run) const
  /external/icu/icu4c/source/test/intltest/
apicoll.h 140 * Tests GetLocale for a Collator
apicoll.cpp 232 if (frCol->getLocale(ULOC_ACTUAL_LOCALE, success) != Locale::getCanadaFrench()) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
LocaleMenuListener.java 82 Locale current = configuration.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/icu/icu4c/source/i18n/
format.cpp 196 Format::getLocale(ULocDataLocaleType type, UErrorCode& status) const {
198 return locBased.getLocale(type, status);
  /frameworks/base/core/java/com/android/internal/app/
LocalePicker.java 71 public Locale getLocale() {
181 text.setTextLocale(item.getLocale());
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java 294 subtype.getLocale()));
301 if (!TextUtils.equals(subtype.getLocale(), locale.toString())) {
321 if (!subtype.getLocale().startsWith(language)) {
417 final String locale = subtype.getLocale();
438 if (systemLocale.equals(applicableSubtype.getLocale())) continue;
517 final String subtypeLocale = subtype.getLocale();
546 + applicableSubtype.getMode() + "," + applicableSubtype.getLocale());
    [all...]
  /external/chromium_org/third_party/icu/source/common/
resbund.cpp 44 * 11/09/99 weiv Added getLocale(), rewritten constructForLocale()
370 const Locale &ResourceBundle::getLocale(void) const
394 const Locale ResourceBundle::getLocale(ULocDataLocaleType type, UErrorCode &status) const

Completed in 530 milliseconds

1 23 4 5 6 7 8 91011>>