HomeSort by relevance Sort by last modified time
    Searched refs:Locale (Results 1026 - 1050 of 1279) sorted by null

<<41424344454647484950>>

  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndSubtypeEnabler.java 46 import java.util.Locale;
92 final Locale locale = config.locale; local
93 mSystemLocale = locale.toString();
94 mCollator = Collator.getInstance(locale);
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/codec/
EncoderUtil.java 25 import java.util.Locale;
170 name = name.toLowerCase(Locale.US);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
Settings.java 36 import java.util.Locale;
152 public void loadSettings(final Locale locale, final InputAttributes inputAttributes) {
159 return new SettingsValues(prefs, locale, res, inputAttributes);
162 mSettingsValues = job.runInLocale(mRes, locale);
337 final String locale) {
340 if (map.containsKey(locale)) {
341 return map.get(locale);
347 final String locale) {
350 map.put(locale, System.currentTimeMillis())
    [all...]
  /external/chromium/net/ftp/
ftp_util.cc 119 const icu::Locale* locales =
122 // Some FTP servers localize the date listings. To guess the locale,
124 for (int32_t locale = 0; locale < locales_count; locale++) {
127 icu::DateFormatSymbols format_symbols(locales[locale], status);
129 // If we cannot get format symbols for some locale, it's not a fatal error.
138 // Loop over all abbreviated month names in given locale.
139 // An alternative solution (to parse |text| in given locale) is more
143 // ICU returns longer strings (for example for Russian locale), and in FT
    [all...]
  /external/chromium_org/chrome/browser/translate/
translate_ui_delegate.cc 48 // Preparing for the alphabetical order in the locale.
50 std::string locale = g_browser_process->GetApplicationLocale(); local
51 icu::Locale loc(locale.c_str());
  /external/chromium_org/components/autofill/core/browser/
autofill_country.cc 31 // The maximum capacity needed to store a locale up to the country code.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXMediaControls.cpp 43 return Locale::defaultLocale().queryString(name);
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DateTimeNumericFieldElement.cpp 105 Locale& locale = localeForOwner(); local
107 return locale.convertToLocalizedNumber(String::format("%04d", value));
109 return locale.convertToLocalizedNumber(String::format("%03d", value));
110 return locale.convertToLocalizedNumber(String::format("%02d", value));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTheme.h 200 virtual String fileListNameForWidth(Locale&, const FileList*, const Font&, int width) const;
RenderThemeChromiumMac.h 128 virtual String fileListNameForWidth(Locale&, const FileList*, const Font&, int width) const OVERRIDE;
  /external/chromium_org/third_party/icu/source/i18n/
japancal.cpp 293 JapaneseCalendar::JapaneseCalendar(const Locale& aLocale, UErrorCode& success)
  /external/chromium_org/third_party/icu/source/i18n/unicode/
translit.h 721 * display to the user in the default locale. See {@link
733 * display to the user in the given locale. This name is taken
734 * from the locale resource data in the standard manner of the
746 * @param inLocale the Locale in which the display name should be
753 const Locale& inLocale,
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
dadrfmt.cpp 76 * Headers { "locale","spec", "date", "str"}
77 // locale: locale including calendar type
79 // date: either an unsigned long (millis), or a calendar spec ERA=0,YEAR=1, etc.. applied to the calendar type specified by the locale
128 UnicodeString locale = currentCase->getString("locale", status); local
130 errln("case %d: No 'locale' line.", n);
151 // Process: 'locale'
152 locale.extract(0, locale.length(), calLoc, (const char*)0); // default codepage. Invariant codepage doesn't have '@'
    [all...]
frcoll.cpp 30 myCollation = Collator::createInstance(Locale::getCanadaFrench(), status);
jacoll.cpp 23 myCollation = Collator::createInstance(Locale::getJapan(), status);
numfmtst.h 199 void expectCurrency(NumberFormat& nf, const Locale& locale,
winnmtst.cpp 45 # include <locale.h>
165 // vswprintf is sensitive to the locale set by setlocale. For some locales
246 UnicodeString locale(localeID);
248 log->errln("Double format error for locale " + locale +
254 UnicodeString locale(localeID);
256 log->errln("int32_t format error for locale " + locale +
262 UnicodeString locale(localeID);
264 log->errln("int64_t format error for locale " + locale
    [all...]
  /external/icu4c/common/
uniset_closure.cpp 247 Locale root("");
  /external/icu4c/i18n/
japancal.cpp 293 JapaneseCalendar::JapaneseCalendar(const Locale& aLocale, UErrorCode& success)
  /external/icu4c/i18n/unicode/
translit.h 722 * display to the user in the default locale. See {@link
734 * display to the user in the given locale. This name is taken
735 * from the locale resource data in the standard manner of the
747 * @param inLocale the Locale in which the display name should be
754 const Locale& inLocale,
    [all...]
  /external/icu4c/test/intltest/
frcoll.cpp 30 myCollation = Collator::createInstance(Locale::getCanadaFrench(), status);
jacoll.cpp 23 myCollation = Collator::createInstance(Locale::getJapan(), status);
numfmtst.h 211 void expectCurrency(NumberFormat& nf, const Locale& locale,
ucaconf.cpp 28 UCA = (RuleBasedCollator *)Collator::createInstance(Locale::getRoot(), status);
winnmtst.cpp 45 # include <locale.h>
165 // vswprintf is sensitive to the locale set by setlocale. For some locales
246 UnicodeString locale(localeID);
248 log->errln("Double format error for locale " + locale +
254 UnicodeString locale(localeID);
256 log->errln("int32_t format error for locale " + locale +
262 UnicodeString locale(localeID);
264 log->errln("int64_t format error for locale " + locale
    [all...]

Completed in 1890 milliseconds

<<41424344454647484950>>