/external/chromium_org/third_party/icu/source/i18n/ |
ethpccal.cpp | 29 EthiopicCalendar::EthiopicCalendar(const Locale& aLocale, 173 EthiopicCalendar calendar(Locale("@calendar=ethiopic"), status);
|
taiwncal.cpp | 33 TaiwanCalendar::TaiwanCalendar(const Locale& aLocale, UErrorCode& success) 198 TaiwanCalendar calendar(Locale("@calendar=roc"),status);
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
timezone.h | 497 * in the default locale. 499 * If the display name is not available for the locale, 502 * @param result the human-readable name of this time zone in the default locale. 510 * in the specified locale. 512 * If the display name is not available for the locale, 515 * @param locale the locale in which to supply the display name. 516 * @param result the human-readable name of this time zone in the given locale 517 * or in the default locale if the given locale is not recognized [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
windttst.cpp | 116 // NULL localeID means ICU didn't recognize this locale 131 Locale ulocale(localeID); 145 Locale wlocale(localeID); 158 log->errln("DateTime format error for locale " + baseName + ": expected date \"" + expected + 166 log->errln("DateTime format error for locale " + baseName + ": expected time \"" + expected + 174 log->errln("Date format error for locale " + baseName + ": expected \"" + expected + 182 log->errln("Time format error for locale " + baseName + ": expected \"" + expected +
|
/external/chromium_org/ui/base/l10n/ |
l10n_util_collator.h | 66 void SortStringsUsingMethod(const std::string& locale, 70 icu::Locale loc(locale.c_str()); 86 // This uses the locale specified in the constructor. 114 // each element in the vector by using collation rules for |locale|. 119 void SortVectorWithStringKey(const std::string& locale, 127 icu::Locale loc(locale.c_str()); 142 void SortVectorWithStringKey(const std::string& locale, 145 SortVectorWithStringKey<Element>(locale, elements, 0, elements->size() [all...] |
/external/icu4c/i18n/ |
buddhcal.cpp | 33 BuddhistCalendar::BuddhistCalendar(const Locale& aLocale, UErrorCode& success) 191 BuddhistCalendar calendar(Locale("@calendar=buddhist"),status);
|
ethpccal.cpp | 29 EthiopicCalendar::EthiopicCalendar(const Locale& aLocale, 173 EthiopicCalendar calendar(Locale("@calendar=ethiopic"), status);
|
persncal.cpp | 79 PersianCalendar::PersianCalendar(const Locale& aLocale, UErrorCode& success) 310 PersianCalendar calendar(Locale("@calendar=persian"),status);
|
taiwncal.cpp | 33 TaiwanCalendar::TaiwanCalendar(const Locale& aLocale, UErrorCode& success) 198 TaiwanCalendar calendar(Locale("@calendar=roc"),status);
|
/external/icu4c/i18n/unicode/ |
timezone.h | 549 * in the default locale. 551 * If the display name is not available for the locale, 554 * @param result the human-readable name of this time zone in the default locale. 562 * in the specified locale. 564 * If the display name is not available for the locale, 567 * @param locale the locale in which to supply the display name. 568 * @param result the human-readable name of this time zone in the given locale 569 * or in the default locale if the given locale is not recognized [all...] |
/external/icu4c/test/intltest/ |
tsdtfmsy.cpp | 44 symbol=new DateFormatSymbols(Locale::getDefault(), status); 63 symbol=new DateFormatSymbols(Locale::getDefault(), status); 88 symbol=new DateFormatSymbols(Locale::getDefault(), status); 116 symbol=new DateFormatSymbols(Locale::getDefault(), status); 145 DateFormatSymbols *symbol=new DateFormatSymbols(Locale::getEnglish(), status); 172 DateFormatSymbols fr(Locale::getFrench(), status); 179 DateFormatSymbols fr2(Locale::getFrench(), status); 186 DateFormatSymbols en(Locale::getEnglish(), status);
|
windttst.cpp | 116 // NULL localeID means ICU didn't recognize this locale 131 Locale ulocale(localeID); 145 Locale wlocale(localeID); 158 log->errln("DateTime format error for locale " + baseName + ": expected date \"" + expected + 166 log->errln("DateTime format error for locale " + baseName + ": expected time \"" + expected + 174 log->errln("Date format error for locale " + baseName + ": expected \"" + expected + 182 log->errln("Time format error for locale " + baseName + ": expected \"" + expected +
|
/frameworks/base/core/java/android/net/ |
NetworkUtils.java | 24 import java.util.Locale; 232 return numericToInetAddress(String.format(Locale.US, "%s:%s:%s:%s:%s:%s:%s:%s",
|
/frameworks/base/core/java/android/text/format/ |
DateUtils.java | 30 import java.util.Locale; 193 LocaleData d = LocaleData.get(Locale.getDefault()); 215 return LocaleData.get(Locale.getDefault()).amPm[ampm - Calendar.AM]; 231 LocaleData d = LocaleData.get(Locale.getDefault()); 421 Locale locale = r.getConfiguration().locale; local 422 if (locale == null) { 423 locale = Locale.getDefault() [all...] |
/frameworks/base/core/java/android/view/textservice/ |
TextServicesManager.java | 29 import java.util.Locale; 94 * @param locale the locale for the spell checker. If {@code locale} is null and 95 * referToSpellCheckerLanguageSettings is true, the locale specified in Settings will be 96 * returned. If {@code locale} is not null and referToSpellCheckerLanguageSettings is true, 97 * the locale specified in Settings will be returned only when it is same as {@code locale}. 98 * Exceptionally, when referToSpellCheckerLanguageSettings is true and {@code locale} is 99 * only language (e.g. "en"), the specified locale in Settings (e.g. "en_US") will b [all...] |
/frameworks/base/wifi/java/android/net/wifi/ |
WifiSsid.java | 30 import java.util.Locale; 203 out += String.format(Locale.US, "%02x", ssidbytes[i]);
|
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/ |
Tracer.java | 28 import java.util.Locale; 68 mDateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss", Locale.US);
|
/frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/common/helpers/ |
TimePickerHelper.java | 23 import java.util.Locale; 151 String calMer = cal.getDisplayName(Calendar.AM_PM, Calendar.SHORT, Locale.US);
|
/libcore/crypto/src/main/java/org/conscrypt/ |
CertPinManager.java | 25 import java.util.Locale; 187 cn = cn.toLowerCase(Locale.US);
|
/libcore/luni/src/main/java/java/util/jar/ |
Attributes.java | 22 import java.util.Locale; 175 return name.toLowerCase(Locale.US).hashCode();
|
/libcore/luni/src/main/java/java/util/logging/ |
Level.java | 26 import java.util.Locale; 212 Locale.getDefault(), VMStack.getCallingClassLoader()); 297 * Gets the localized name of this level. The default locale is used. If no
|
/libcore/luni/src/main/java/org/apache/harmony/security/x501/ |
Name.java | 31 import java.util.Locale; 205 sName = sName.toLowerCase(Locale.US);
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
GeneralName.java | 35 import java.util.Locale; 349 return ((String) gname.getName()).toLowerCase(Locale.US) 350 .endsWith(((String) name).toLowerCase(Locale.US)); 360 return _dns.toLowerCase(Locale.US).endsWith("." + dns.toLowerCase(Locale.US)); 382 return _host.toLowerCase(Locale.US).endsWith(host.toLowerCase(Locale.US)); 562 String string = dns.toLowerCase(Locale.US);
|
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
XMLReaderAdapter.java | 10 import java.util.Locale; 116 * Set the locale for error reporting. 121 * @param locale the locale for error reporting. 125 public void setLocale (Locale locale)
|
/packages/apps/Browser/src/com/android/browser/search/ |
SearchEngineInfo.java | 28 import java.util.Locale; 85 Locale locale = context.getResources().getConfiguration().locale; local 86 StringBuilder language = new StringBuilder(locale.getLanguage()); 87 if (!TextUtils.isEmpty(locale.getCountry())) { 89 language.append(locale.getCountry());
|