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

<<21222324252627282930>>

  /external/icu4c/i18n/
udateintervalformat.cpp 24 udtitvfmt_open(const char* locale,
42 DateIntervalFormat::createInstance(skel, Locale(locale), *status));
  /external/icu4c/i18n/unicode/
compactdecimalformat.h 57 * Returns a compact decimal instance for specified locale.
58 * @param inLocale the given locale.
64 const Locale& inLocale, UNumberCompactStyle style, UErrorCode& status);
269 * currency name, searching for a match of this object's locale's
  /external/icu4c/samples/translit/answers/
main_3.cpp 36 Locale greece("el", "GR");
39 // Create a calendar in the Greek locale
74 // Format the date in default locale
main_4.cpp 37 Locale greece("el", "GR");
40 // Create a calendar in the Greek locale
78 // Format the date in default locale
  /external/icu4c/samples/translit/
main.cpp 38 Locale greece("el", "GR");
41 // Create a calendar in the Greek locale
80 // Format the date in default locale
  /external/icu4c/test/intltest/
ficoll.cpp 36 myCollation = Collator::createInstance(Locale("fi", "FI", "", "collation=standard"),status);
itrbnfp.cpp 125 RuleBasedNumberFormat* formatter = new RuleBasedNumberFormat(rule, Locale::getUS(), perr, status);
listformattertest.cpp 40 LocalPointer<ListFormatter> formatter(ListFormatter::createInstance(Locale(locale_string), errorCode));
42 dataerrln("ListFormatter::createInstance(Locale(\"%s\"), errorCode) failed in CheckFourCases: %s", locale_string, u_errorName(errorCode));
58 UBool ListFormatterTest::RecordFourCases(const Locale& locale, UnicodeString one, UnicodeString two,
61 LocalPointer<ListFormatter> formatter(ListFormatter::createInstance(locale, errorCode));
63 dataerrln("ListFormatter::createInstance(\"%s\", errorCode) failed in RecordFourCases: %s", locale.getName(), u_errorName(errorCode));
92 // Bogus locale should fallback to root.
95 if (RecordFourCases(Locale::getDefault(), one, two, three, four, results)) {
tsdcfmsy.cpp 38 DecimalFormatSymbols fr(Locale::getFrench(), status);
45 DecimalFormatSymbols en(Locale::getEnglish(), status);
131 errln("Error: cannot get CurrencyMatch for locale:en");
137 errln("Error: cannot get CurrencyMatch for locale:fr");
149 errln("Error: cannot get CurrencyMatch for locale:en");
155 errln("Error: cannot get CurrencyMatch for locale:fr");
168 errln("Error: Failed to setCurrencyInsert for locale:en");
201 DecimalFormatSymbols sym(Locale::getUS(), status);
  /external/smali/smali/src/main/java/org/jf/smali/
main.java 44 import java.util.Locale;
88 Locale locale = new Locale("en", "US"); local
89 Locale.setDefault(locale);
  /frameworks/base/core/java/android/os/
RecoverySystem.java 43 import java.util.Locale;
336 "\n--locale=" + Locale.getDefault().toString();
368 bootCommand(context, "--wipe_data\n--locale=" + Locale.getDefault().toString());
376 bootCommand(context, "--wipe_cache\n--locale=" + Locale.getDefault().toString());
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneInfo.java 33 import java.util.Locale;
55 private static Formatter mFormatter = new Formatter(mSB, Locale.getDefault());
274 // Locale.US);
276 // DateFormat weekdayFormat = new SimpleDateFormat("EEEE", Locale.US);
344 return this.mTz.getDisplayName(Locale.getDefault()).compareTo(
345 other.mTz.getDisplayName(Locale.getDefault()));
  /libcore/crypto/src/main/java/org/conscrypt/
Logger.java 21 import java.util.Locale;
  /libcore/luni/src/main/java/java/util/
Formatter.java 133 * uppercase using the rules of the relevant locale (either the default or the locale set for
307 * presented to a human. Those methods will select the best format strings for the user's locale.
514 * locale.
548 private Locale locale; field in class:Formatter
603 * <p>The {@code Locale} used is the user's default locale.
604 * See "<a href="../util/Locale.html#default_locale">Be wary of the default locale</a>"
908 public Locale locale() { method in class:Formatter
1906 TimeZone.SHORT, locale)); local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
EventFieldEditorView.java 43 import java.util.Locale;
165 final Calendar calendar = Calendar.getInstance(DateUtils.UTC_TIMEZONE, Locale.US);
196 final Calendar calendar = Calendar.getInstance(DateUtils.UTC_TIMEZONE, Locale.US);
230 Calendar.getInstance(DateUtils.UTC_TIMEZONE, Locale.US);
  /external/apache-http/src/org/apache/http/conn/ssl/
AbstractVerifier.java 46 import java.util.Locale;
148 String hostName = host.trim().toLowerCase(Locale.ENGLISH);
153 cn = cn.toLowerCase(Locale.ENGLISH);
  /external/apache-http/src/org/apache/http/impl/cookie/
RFC2965Spec.java 36 import java.util.Locale;
134 attribmap.put(param.getName().toLowerCase(Locale.ENGLISH), param);
138 String s = attrib.getName().toLowerCase(Locale.ENGLISH);
  /external/nist-sip/java/javax/sip/header/
HeaderFactory.java 6 import java.util.Locale;
20 AcceptLanguageHeader createAcceptLanguageHeader(Locale language);
49 ContentLanguageHeader createContentLanguageHeader(Locale contentLanguage);
  /frameworks/base/core/java/android/speech/tts/
TextToSpeech.java 43 import java.util.Locale;
92 * Denotes the language is available exactly as specified by the locale.
98 * by the locale, but not the variant.
103 * Denotes the language is available for the language by the locale,
178 * through {@link TextToSpeech#getFeatures(java.util.Locale)}.
336 * locale have to be requested by passing following extra parameters:
401 * the TextToSpeech engine specifies the locale associated with each resource file.
510 * Feature key for network synthesis. See {@link TextToSpeech#getFeatures(Locale)}
512 * as per {@link TextToSpeech#getFeatures(Locale)}, the engine must
517 * @see TextToSpeech#getFeatures(java.util.Locale)
    [all...]
  /frameworks/base/core/java/android/text/
AutoText.java 30 import java.util.Locale;
73 private Locale mLocale;
77 mLocale = resources.getConfiguration().locale;
82 * Returns the instance of AutoText. If the locale has changed, it will create a new
83 * instance of AutoText for the locale.
89 Locale locale = res.getConfiguration().locale; local
95 if (!locale.equals(instance.mLocale)) {
107 * The View is used to get the current Locale and Resources
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Color.java 23 import java.util.Locale;
220 Integer color = sColorNameMap.get(colorString.toLowerCase(Locale.ROOT));
382 Integer i = sColorNameMap.get(color.toLowerCase(Locale.ROOT));
  /libcore/luni/src/main/java/java/lang/
CaseMapper.java 19 import java.util.Locale;
46 public static String toLowerCase(Locale locale, String s, char[] value, int offset, int count) {
48 String languageCode = locale.getLanguage();
50 return ICU.toLowerCase(s, locale.toString());
60 return ICU.toLowerCase(s, locale.toString());
142 public static String toUpperCase(Locale locale, String s, char[] value, int offset, int count) {
143 String languageCode = locale.getLanguage();
145 return ICU.toUpperCase(s, locale.toString())
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
DateIntervalFormat.java 20 import java.util.Locale;
71 return formatDateRange(Locale.getDefault(), tz, startMs, endMs, flags);
76 public static String formatDateRange(Locale locale, TimeZone tz, long startMs, long endMs, int flags) {
102 return formatDateInterval(getFormatter(skeleton, locale.toString(), tz.getID()), startMs, endMs);
134 String timePart = "j"; // "j" means choose 12 or 24 hour based on current locale.
  /libcore/luni/src/test/java/libcore/java/text/
OldDecimalFormatTest.java 30 import java.util.Locale;
135 .getInstance(Locale.US);
202 DecimalFormat form = (DecimalFormat) DecimalFormat.getInstance(Locale.US);
224 // When use default locale, in this case zh_CN
227 NumberFormat nform = DecimalFormat.getInstance(Locale.US);
228 nform = DecimalFormat.getInstance(Locale.US);
324 format.setDecimalFormatSymbols(new DecimalFormatSymbols(Locale.US));
444 DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.CANADA);
455 new DecimalFormatSymbols(Locale.CHINA))));
584 .getInstance(Locale.US)
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldLoggerTest.java 20 import java.util.Locale;
40 Locale.setDefault(new Locale("zh", "CN"));

Completed in 1664 milliseconds

<<21222324252627282930>>