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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/icu/source/test/intltest/
svccoll.cpp 59 Locale loc = frcol->getLocale(ULOC_REQUESTED_LOCALE, status);
63 loc = frcol->getLocale(ULOC_VALID_LOCALE, status);
68 loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status);
72 loc = ncol->getLocale(ULOC_VALID_LOCALE, status);
76 loc = ncol->getLocale(ULOC_ACTUAL_LOCALE, status);
188 Locale nloc = ncol->getLocale(ULOC_VALID_LOCALE, status);
413 Locale loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status);
417 loc = ncol->getLocale(ULOC_VALID_LOCALE, status);
restsnew.cpp 419 a.getLocale()==b.getLocale() &&
460 logln("Testing getLocale()\n");
461 if(strcmp(test1.getLocale().getName(), locale->getName()) !=0 ){
462 errln("FAIL: ResourceBundle::getLocale() failed\n");
478 if(strcmp(defaultresource.getLocale().getName(), explicitdefaultresource.getLocale().getName()) != 0){
480 explicitdefaultresource.getLocale().getName(), defaultresource.getLocale().getName(), u_errorName(err));
487 strcmp(copyRes.getLocale().getName(), defaultresource.getLocale().getName() ) !=0 |
    [all...]
loctest.cpp 483 if (symb.getLocale(ULOC_VALID_LOCALE, status) != Locale("root")) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
HelpUrl.java 54 helpUri = Uri.parse(helpUri.toString().replace("%locale%", getLocale()));
64 private static String getLocale() {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ProfileProvider.java 136 protected Locale getLocale() {
137 return mDelegate.getLocale();
  /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/text/style/
LocaleSpan.java 67 public Locale getLocale() {
  /packages/apps/Settings/src/com/android/settings/accessibility/
LocalePreference.java 60 entryValues[i + 1] = info.getLocale().toString();
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
LanguageActivity.java 60 Locale lhs = l.getLocale();
61 Locale rhs = r.getLocale();
188 Locale target = mLocales.getItem(i).getLocale();
233 LocalePicker.updateLocale(mLocales.getItem(offset).getLocale());
  /external/icu/icu4c/source/i18n/unicode/
msgfmt.h 169 * <td><code>NumberFormat.createInstance(getLocale(), status)</code>
172 * <td><code>NumberFormat.createInstance(getLocale(), kNumberStyle, status)</code>
175 * <td><code>NumberFormat.createCurrencyInstance(getLocale(), status)</code>
178 * <td><code>NumberFormat.createPercentInstance(getLocale(), status)</code>
181 * <td><code>new DecimalFormat(argStyleText, new DecimalFormatSymbols(getLocale(), status), status)</code>
185 * <td><code>DateFormat.createDateInstance(kDefault, getLocale(), status)</code>
188 * <td><code>DateFormat.createDateInstance(kShort, getLocale(), status)</code>
191 * <td><code>DateFormat.createDateInstance(kDefault, getLocale(), status)</code>
194 * <td><code>DateFormat.createDateInstance(kLong, getLocale(), status)</code>
197 * <td><code>DateFormat.createDateInstance(kFull, getLocale(), status)</code
    [all...]
  /external/icu/icu4c/source/test/intltest/
restsnew.cpp 419 a.getLocale()==b.getLocale() &&
460 logln("Testing getLocale()\n");
461 if(strcmp(test1.getLocale().getName(), locale->getName()) !=0 ){
462 errln("FAIL: ResourceBundle::getLocale() failed\n");
478 if(strcmp(defaultresource.getLocale().getName(), explicitdefaultresource.getLocale().getName()) != 0){
480 explicitdefaultresource.getLocale().getName(), defaultresource.getLocale().getName(), u_errorName(err));
487 strcmp(copyRes.getLocale().getName(), defaultresource.getLocale().getName() ) !=0 |
    [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);
loctest.cpp 484 if (symb.getLocale(ULOC_VALID_LOCALE, status) != Locale("root")) {
    [all...]
  /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);
  /libcore/luni/src/main/java/java/text/
MessageFormat.java 147 * <td>{@code NumberFormat.getInstance(getLocale())}</td>
151 * <td>{@code NumberFormat.getIntegerInstance(getLocale())}</td>
155 * <td>{@code NumberFormat.getCurrencyInstance(getLocale())}</td>
159 * <td>{@code NumberFormat.getPercentInstance(getLocale())}</td>
163 * <td>{@code new DecimalFormat(subformatPattern, new DecimalFormatSymbols(getLocale()))}</td>
168 * <td>{@code DateFormat.getDateInstance(DateFormat.DEFAULT, getLocale())}</td>
172 * <td>{@code DateFormat.getDateInstance(DateFormat.SHORT, getLocale())}</td>
176 * <td>{@code DateFormat.getDateInstance(DateFormat.DEFAULT, getLocale())}</td>
180 * <td>{@code DateFormat.getDateInstance(DateFormat.LONG, getLocale())}</td>
184 * <td>{@code DateFormat.getDateInstance(DateFormat.FULL, getLocale())}</td
    [all...]
  /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...]
  /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() {
  /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/textservice/
SpellCheckerSubtype.java 81 public String getLocale() {
143 && (subtype.getLocale().equals(getLocale()))
TextServicesManager.java 148 final String subtypeLocale = subtypeInUse.getLocale();
158 final String tempSubtypeLocale = subtype.getLocale();
175 sService.getSpellCheckerService(sci.getId(), subtypeInUse.getLocale(),
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
msgs.js 40 cvox.ChromeMsgs.prototype.getLocale = function() {
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/testing/
msgs.js 32 cvox.TestMsgs.prototype.getLocale = function() {
  /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/srec/srec/Recognizer/src/
RecognizerResult.c 83 return self->getLocale(self, locale);

Completed in 1108 milliseconds

12 3 4 5 6 7 8 91011>>