HomeSort by relevance Sort by last modified time
    Searched refs:getLocale (Results 51 - 75 of 324) sorted by null

1 23 4 5 6 7 8 91011>>

  /cts/tests/tests/view/src/android/view/inputmethod/cts/
InputMethodInfoTest.java 109 assertEquals(mSubtypeLocale, mInputMethodSubtype.getLocale());
190 assertEquals(mInputMethodSubtype.getLocale(), subtype.getLocale());
225 final String subtypeLocale = subtype.getLocale();
  /frameworks/base/core/java/android/service/textservice/
SpellCheckerService.java 64 * <p>Please note that {@link SpellCheckerService.Session#getLocale()} does not return a valid
111 * getLocale() etc...
175 final String localeStr = getLocale();
223 public String getLocale() {
224 return mInternalSession.getLocale();
298 public String 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/
Greek.java 63 builder.toUpperCase(getLocale());
LayoutBase.java 45 public final Locale getLocale() {
253 public final Locale getLocale() { return mCustomizer.getLocale(); }
390 builder.toUpperCase(getLocale());
  /frameworks/base/core/java/android/view/textservice/
SpellCheckerSubtype.java 81 public String getLocale() {
143 && (subtype.getLocale().equals(getLocale()))
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
VaryingConfiguration.java 163 public Locale getLocale() {
165 return super.getLocale();
167 Locale locale = mParent.getLocale();
  /external/icu/icu4c/source/i18n/
locdspnm.cpp 69 const Locale& getLocale();
113 ICUDataTable::getLocale() {
166 virtual const Locale& getLocale() const;
198 DefaultLocaleDisplayNames::getLocale() const {
305 virtual const Locale& getLocale() const;
381 nonConstThis->locale = langData.getLocale() == Locale::getRoot()
382 ? regionData.getLocale()
383 : langData.getLocale();
493 LocaleDisplayNamesImpl::getLocale() const {
791 return ((const LocaleDisplayNames *)ldn)->getLocale().getName()
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
loctest.cpp 483 if (symb.getLocale(ULOC_VALID_LOCALE, status) != Locale("root")) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
loctest.cpp 484 if (symb.getLocale(ULOC_VALID_LOCALE, status) != Locale("root")) {
    [all...]
svccoll.cpp 64 Locale loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status);
68 loc = ncol->getLocale(ULOC_VALID_LOCALE, status);
72 loc = ncol->getLocale(ULOC_ACTUAL_LOCALE, status);
187 Locale nloc = ncol->getLocale(ULOC_VALID_LOCALE, status);
415 Locale loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status);
419 loc = ncol->getLocale(ULOC_VALID_LOCALE, status);
  /cts/tests/tests/location/src/android/location/cts/
AddressTest.java 252 assertSame(locale, address.getLocale());
256 assertSame(locale, address.getLocale());
259 assertNull(address.getLocale());
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodSubtype.java 319 public String getLocale() {
463 && (subtype.getLocale().equals(getLocale()))
  /development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
SampleSpellCheckerService.java 47 mLocale = getLocale();
  /external/apache-http/src/org/apache/http/message/
BasicHttpResponse.java 129 public Locale getLocale() {
  /external/chromium_org/third_party/icu/source/common/unicode/
brkiter.h 522 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
  /external/icu/icu4c/source/i18n/unicode/
measfmt.h 292 Locale getLocale(UErrorCode &status) const;
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
HttpResponseStub.java 47 @Override public Locale getLocale() {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/
RobolectricTestRunnerTest.java 52 assertEquals( RunnerForTesting.instance.robolectricConfig.getLocale(), "fr" );
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/testing/
msgs.js 32 cvox.TestMsgs.prototype.getLocale = function() {
  /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
  /external/icu/icu4c/source/common/
resbund.cpp 44 * 11/09/99 weiv Added getLocale(), rewritten constructForLocale()
378 const Locale &ResourceBundle::getLocale(void) const {
390 const Locale ResourceBundle::getLocale(ULocDataLocaleType type, UErrorCode &status) const
  /frameworks/base/core/java/com/android/internal/app/
LocalePicker.java 71 public Locale getLocale() {
181 text.setTextLocale(item.getLocale());
  /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();

Completed in 2601 milliseconds

1 23 4 5 6 7 8 91011>>