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

1 2 34 5 6 7

  /frameworks/base/location/java/android/location/
Address.java 70 public Locale getLocale() {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /external/icu4c/i18n/unicode/
calendar.h     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
ReverseGeocoder.java 324 Locale locale = address.getLocale();
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndSubtypeEnabler.java 262 context, subtype.getLocale(), mSystemLocale);
InputMethodAndSubtypeUtil.java 416 if (imi.getSubtypeAt(i).getLocale().startsWith(language)) {
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
MessageFormatTest.java 79 assertTrue("Wrong locale1", format.getLocale().equals(mk));
686 assertEquals("Wrong locale1", Locale.CHINA, format.getLocale());
    [all...]
  /external/icu4c/i18n/
decimfmt.cpp 424 fCurrencyPluralInfo = new CurrencyPluralInfo(fSymbols->getLocale(), status);
449 fCurrencyPluralInfo = new CurrencyPluralInfo(fSymbols->getLocale(), status);
494 UResourceBundle *resource = ures_open(NULL, fSymbols->getLocale().getName(), &error);
    [all...]
tblcoll.cpp 653 const Locale RuleBasedCollator::getLocale(ULocDataLocaleType type, UErrorCode &status) const {
umsg.cpp 307 return ((const MessageFormat*)fmt)->getLocale().getName();
dtfmtsym.cpp     [all...]
transreg.cpp     [all...]
calendar.cpp     [all...]
  /libcore/luni/src/main/java/java/util/
ResourceBundle.java 388 || (Locale.ROOT.equals(ret.getLocale()) && (!(locales.size() == 1 && locales
414 public Locale getLocale() {
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.h 593 void getLocale(String& language, WTF::String& region);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
InputMethodsPanel.java 454 Log.d(TAG, "subtype =" + subtype.getLocale() + "," + subtype.getMode());
  /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...]
  /prebuilt/common/layoutlib_api/
layoutlib_api-prebuilt.jar 
  /external/icu4c/test/intltest/
tmsgfmt.cpp     [all...]
  /external/icu4c/layoutex/
ParagraphLayout.cpp 404 fStyleRunInfo[run].locale = fLocaleRuns->getLocale(styleIndices[3]);
    [all...]
  /external/skia/src/ports/
SkFontHost_android.cpp 697 getLocale(language, region);
  /frameworks/base/include/androidfw/
ResourceTypes.h     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerService.java 544 final String localeString = getLocale();
    [all...]

Completed in 1055 milliseconds

1 2 34 5 6 7