/external/chromium_org/third_party/icu/source/common/ |
ucnv_imp.h | 47 char locale[ULOC_FULLNAME_CAPACITY]; member in struct:__anon16602 67 * @param locale locale parameter, or "" 76 const char *locale, uint32_t options,
|
/external/chromium_org/third_party/icu/source/i18n/ |
currfmt.cpp | 23 CurrencyFormat::CurrencyFormat(const Locale& locale, UErrorCode& ec) : 26 fmt = NumberFormat::createCurrencyInstance(locale, ec);
|
unumsys.cpp | 20 unumsys_open(const char *locale, UErrorCode *status) 23 return (UNumberingSystem*)NumberingSystem::createInstance(Locale(locale), *status);
|
windtfmt.h | 43 Win32DateFormat(DateFormat::EStyle timeStyle, DateFormat::EStyle dateStyle, const Locale &locale, UErrorCode &status); 61 * calendar for the specified or default locale is used. The caller should 70 * calendar for the specified or default locale is used. 119 UnicodeString* getTimeDateFormat(const Calendar *cal, const Locale *locale, UErrorCode &status) const; 124 Locale fLocale;
|
umsg.cpp | 59 u_formatMessage(const char *locale, 73 actLen = u_vformatMessage(locale,pattern,patternLength,result,resultLength,ap,status); 81 u_vformatMessage( const char *locale, 91 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,NULL,status); 98 u_formatMessageWithError(const char *locale, 113 actLen = u_vformatMessageWithError(locale,pattern,patternLength,result,resultLength,parseError,ap,status); 121 u_vformatMessageWithError( const char *locale, 132 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,parseError,status); 144 u_parseMessage( const char *locale, 158 u_vparseMessage(locale,pattern,patternLength,source,sourceLength,ap,status) [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
stsearch.h | 121 * StringSearch iter(pattern, target, Locale::getUS(), NULL, status); 145 * Creating a <tt>StringSearch</tt> instance using the argument locale 151 * @param locale A locale which defines the language-sensitive 166 const Locale &locale, 198 * Creating a <tt>StringSearch</tt> instance using the argument locale 208 * @param locale A locale which defines the language-sensitive 223 const Locale &locale, [all...] |
dtitvfmt.h | 131 * If a skeleton is not found in a locale's DateIntervalInfo, which means 176 * create an instance using default or given locale plus given skeleton. 183 * create an instance using default or given locale plus given skeleton 187 * Locale provides the timezone, calendar, and format symbols information. 208 * Locale("en", "GB", ""), status); 222 * Construct a DateIntervalFormat from skeleton and the default locale. 225 * createInstance(const UnicodeString& skeleton, const Locale& locale, 227 * with the value of locale as default locale [all...] |
/external/chromium_org/ui/android/java/src/org/chromium/ui/base/ |
LocalizationUtils.java | 16 import java.util.Locale; 19 * This class provides the locale related methods for the native library. 34 * @return the default locale, translating Android deprecated 44 private static Locale getJavaLocale(String language, String country, String variant) { 45 return new Locale(language, country, variant); 49 private static String getDisplayNameForLocale(Locale locale, Locale displayLocale) { 50 return locale.getDisplayName(displayLocale); 56 * Note that the locale direction can be different from layout direction. Two known cases [all...] |
/external/icu/icu4c/source/common/ |
ucat.c | 38 u_catopen(const char* name, const char* locale, UErrorCode* ec) { 39 return (u_nl_catd) ures_open(name, locale, ec);
|
ucnv_imp.h | 47 char locale[ULOC_FULLNAME_CAPACITY]; member in struct:__anon1324 67 * @param locale locale parameter, or "" 76 const char *locale, uint32_t options,
|
/external/icu/icu4c/source/i18n/unicode/ |
reldatefmt.h | 179 * Two before. Not fully supported in every locale. 203 * Two after. Not fully supported in every locale. 238 * fancy APIs. The caller tells it exactly what to display in a locale 303 * Create RelativeDateTimeFormatter with default locale. 309 * Create RelativeDateTimeFormatter with given locale. 312 RelativeDateTimeFormatter(const Locale& locale, UErrorCode& status); 315 * Create RelativeDateTimeFormatter with given locale and NumberFormat. 317 * @param locale the locale [all...] |
stsearch.h | 115 * StringSearch iter(pattern, target, Locale::getUS(), NULL, status); 139 * Creating a <tt>StringSearch</tt> instance using the argument locale 145 * @param locale A locale which defines the language-sensitive 160 const Locale &locale, 192 * Creating a <tt>StringSearch</tt> instance using the argument locale 202 * @param locale A locale which defines the language-sensitive 217 const Locale &locale, [all...] |
dtitvfmt.h | 131 * If a skeleton is not found in a locale's DateIntervalInfo, which means 176 * create an instance using default or given locale plus given skeleton. 183 * create an instance using default or given locale plus given skeleton 187 * Locale provides the timezone, calendar, and format symbols information. 208 * Locale("en", "GB", ""), status); 222 * Construct a DateIntervalFormat from skeleton and the default locale. 225 * createInstance(const UnicodeString& skeleton, const Locale& locale, 227 * with the value of locale as default locale [all...] |
/external/icu/icu4c/source/i18n/ |
unumsys.cpp | 20 unumsys_open(const char *locale, UErrorCode *status) 23 return (UNumberingSystem*)NumberingSystem::createInstance(Locale(locale), *status);
|
windtfmt.h | 43 Win32DateFormat(DateFormat::EStyle timeStyle, DateFormat::EStyle dateStyle, const Locale &locale, UErrorCode &status); 61 * calendar for the specified or default locale is used. The caller should 70 * calendar for the specified or default locale is used. 119 UnicodeString* getTimeDateFormat(const Calendar *cal, const Locale *locale, UErrorCode &status) const; 124 Locale fLocale;
|
umsg.cpp | 59 u_formatMessage(const char *locale, 73 actLen = u_vformatMessage(locale,pattern,patternLength,result,resultLength,ap,status); 81 u_vformatMessage( const char *locale, 91 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,NULL,status); 98 u_formatMessageWithError(const char *locale, 113 actLen = u_vformatMessageWithError(locale,pattern,patternLength,result,resultLength,parseError,ap,status); 121 u_vformatMessageWithError( const char *locale, 132 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,parseError,status); 144 u_parseMessage( const char *locale, 158 u_vparseMessage(locale,pattern,patternLength,source,sourceLength,ap,status) [all...] |
ucol_sit.cpp | 92 char locale[loc3066Capacity]; member in struct:CollatorSpec 186 uprv_strncpy(spec->locale, string, end-string); 293 /* 05 RFC3066BIS */ {RFC3066Arg, _processRFC3066Locale, 0 }, // rfc3066bis locale name 389 // put the locale together, unless we have a done 390 // locale 391 if(s->locale[0] == 0) { 393 uprv_strcat(s->locale, s->locElements[UCOL_SIT_LANGUAGE]); 396 uprv_strcat(s->locale, "_"); 397 uprv_strcat(s->locale, s->locElements[UCOL_SIT_SCRIPT]); 401 uprv_strcat(s->locale, "_") [all...] |
/external/libcxx/test/input.output/iostreams.base/ios/basic.ios.cons/ |
ctor_streambuf.pass.cpp | 33 assert(ios.getloc() == std::locale()); 46 assert(ios.getloc() == std::locale());
|
/external/libcxx/test/re/re.traits/ |
transform.pass.cpp | 30 t.imbue(std::locale("cs_CZ.ISO8859-2")); 39 t.imbue(std::locale("cs_CZ.ISO8859-2"));
|
transform_primary.pass.cpp | 32 t.imbue(std::locale("cs_CZ.ISO8859-2")); 43 t.imbue(std::locale("cs_CZ.ISO8859-2"));
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/ |
braille_table.js | 14 * locale:string, 86 * locale and dot count, {@code table} itself is returned. 98 current.locale.lastIndexOf(candidate.locale, 0) == 0) { 101 if (current.locale === candidate.locale && 120 var localeName = msgs.getLocaleDisplayName(table.locale);
|
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
DateTimeLocalInputType.cpp | 141 layoutParameters.dateTimeFormat = layoutParameters.locale.dateTimeFormatWithSeconds(); 144 layoutParameters.dateTimeFormat = layoutParameters.locale.dateTimeFormatWithoutSeconds(); 151 layoutParameters.placeholderForDay = locale().queryString(WebLocalizedString::PlaceholderForDayOfMonthField); 152 layoutParameters.placeholderForMonth = locale().queryString(WebLocalizedString::PlaceholderForMonthField); 153 layoutParameters.placeholderForYear = locale().queryString(WebLocalizedString::PlaceholderForYearField);
|
/external/libcxx/test/localization/locales/locale/locale.cons/ |
string.pass.cpp | 10 // <locale> 12 // explicit locale(const string& std_name); 14 #include <locale> 18 #include "platform_support.h" // locale name macros 34 void check(const std::locale& loc) 72 std::locale loc(std::string(LOCALE_ru_RU_UTF_8)); 74 std::locale loc2(std::string(LOCALE_ru_RU_UTF_8)); 77 std::locale loc3(std::string(LOCALE_zh_CN_UTF_8));
|
/cts/tests/tests/location/src/android/location/cts/ |
AddressTest.java | 19 import java.util.Locale; 32 new Address(Locale.ENGLISH); 34 new Address(Locale.FRANCE); 40 Address address = new Address(Locale.GERMAN); 52 Address address = new Address(Locale.ITALY); 63 Address address = new Address(Locale.JAPAN); 74 Address address = new Address(Locale.KOREA); 85 Address address = new Address(Locale.TAIWAN); 102 Address address = new Address(Locale.SIMPLIFIED_CHINESE); 113 Address address = new Address(Locale.CHINA) 250 Locale locale = Locale.US; local 274 Locale locale = Locale.KOREA; local [all...] |
/external/chromium_org/extensions/common/ |
extension_l10n_util.cc | 33 // Loads contents of the messages file for given locale. If file is not found, 37 const std::string& locale, 40 locale_path.AppendASCII(locale).Append(extensions::kMessagesFilename); 47 *error = base::StringPrintf("Catalog file is missing for locale %s.", 48 locale.c_str()); 99 CR_DEFINE_STATIC_LOCAL(std::string, locale, ()); 100 return locale; 107 void SetProcessLocale(const std::string& locale) { 108 GetProcessLocale() = locale; 252 // Add current locale key to the manifest, so we can overwrite pref [all...] |