HomeSort by relevance Sort by last modified time
    Searched refs:locale (Results 426 - 450 of 1427) sorted by null

<<11121314151617181920>>

  /external/chromium_org/android_webview/browser/
aw_browser_main_parts.cc 63 std::string locale = l10n_util::GetApplicationLocale(std::string()) + ".pak"; local
64 if (AwAssets::OpenAsset(locale, &pak_fd, &pak_off, &pak_len)) {
71 LOG(WARNING) << "Failed to load " << locale << ".pak from the apk too. "
72 "Bringing up WebView without any locale";
  /external/chromium_org/third_party/icu/source/common/unicode/
resbund.h 30 * Modified to load locale index out of new file
64 * locale. A resource bundle provides a way of accessing locale- specfic information in
66 * locale and then ask it for individual resources.
83 * @param packageName The packageName and locale together point to an ICU udata object,
84 * as defined by <code> udata_open( packageName, "res", locale, err) </code>
88 * @param locale This is the locale this resource bundle is for. To get resources
89 * for the French locale, for example, you would create a
90 * ResourceBundle passing Locale::FRENCH for the "locale" parameter
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/
DateFmtPerf.h 84 boundary = BreakIterator::createCharacterInstance(Locale::getUS(), *status);
145 char locale[25]; member in class:DateFmtFunction
156 strcpy(locale, loc);
173 Locale loc(locale);
239 char locale[25]; member in class:NumFmtFunction
250 strcpy(locale, loc);
255 Locale loc(locale);
258 // Create a number formatter for the locale
368 char locale[25]; member in class:StdioNumFmtFunction
427 char locale[25]; member in class:CollationFunction
    [all...]
  /external/chromium_org/v8/test/intl/break-iterator/
property-override.js 30 // Object.defineProperty(Array.prototype, 'locale', {
38 // would throw in case of (JS) x.locale = 'us' or (C++) x->Set('locale', 'us').
53 'type', 'locale'
64 var locale = Intl.v8BreakIterator().resolvedOptions().locale; variable
  /external/chromium_org/v8/test/intl/collator/
property-override.js 30 // Object.defineProperty(Array.prototype, 'locale', {
38 // would throw in case of (JS) x.locale = 'us' or (C++) x->Set('locale', 'us').
54 'locale', 'numeric', 'usage', 'collation'
65 var locale = Intl.Collator().resolvedOptions().locale; variable
  /external/icu/icu4c/source/common/
listformatter.cpp 81 const Locale& locale,
131 const Locale& locale, const char *style, UErrorCode& errorCode) {
135 CharString keyBuffer(locale.getName(), errorCode);
152 result = loadListFormatInternal(locale, style, errorCode);
174 const Locale& locale, const char * style, UErrorCode& errorCode) {
175 UResourceBundle* rb = ures_open(NULL, locale.getName(), &errorCode);
220 Locale locale; // The default locale local
    [all...]
  /external/icu/icu4c/source/common/unicode/
resbund.h 30 * Modified to load locale index out of new file
64 * locale. A resource bundle provides a way of accessing locale- specfic information in
66 * locale and then ask it for individual resources.
83 * @param packageName The packageName and locale together point to an ICU udata object,
84 * as defined by <code> udata_open( packageName, "res", locale, err) </code>
88 * @param locale This is the locale this resource bundle is for. To get resources
89 * for the French locale, for example, you would create a
90 * ResourceBundle passing Locale::FRENCH for the "locale" parameter
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
tmutfmt.h 67 * TimeUnitFormat* format = new TimeUnitFormat(Locale("en"), status);
91 * Create TimeUnitFormat with default locale, and full name style.
98 * Create TimeUnitFormat given locale, and full name style.
101 TimeUnitFormat(const Locale& locale, UErrorCode& status);
104 * Create TimeUnitFormat given locale and style.
107 TimeUnitFormat(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status);
145 * Set the locale used for formatting or parsing.
146 * @param locale the locale to be se
    [all...]
  /external/icu/icu4c/source/test/perf/DateFmtPerf/
DateFmtPerf.h 84 boundary = BreakIterator::createCharacterInstance(Locale::getUS(), *status);
145 char locale[25]; member in class:DateFmtFunction
156 strcpy(locale, loc);
173 Locale loc(locale);
239 char locale[25]; member in class:NumFmtFunction
250 strcpy(locale, loc);
255 Locale loc(locale);
258 // Create a number formatter for the locale
368 char locale[25]; member in class:StdioNumFmtFunction
427 char locale[25]; member in class:CollationFunction
    [all...]
  /external/libcxx/test/input.output/iostreams.base/ios.base/ios.base.locales/
imbue.pass.cpp 14 // locale imbue(const locale& loc);
18 #include <locale>
21 #include "platform_support.h" // locale name macros
83 std::locale l = b.imbue(std::locale(LOCALE_en_US_UTF_8));
  /external/libcxx/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members/
compare.pass.cpp 10 // <locale>
17 #include <locale>
22 std::locale l = std::locale::classic();
  /external/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/
is_1.pass.cpp 10 // <locale>
16 #include <locale>
21 std::locale l = std::locale::classic();
  /external/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
put_bool.pass.cpp 10 // <locale>
16 #include <locale>
84 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
  /external/chromium_org/chrome/browser/importer/
importer_list.h 32 // |locale|: As in DetectSourceProfilesWorker().
37 void DetectSourceProfiles(const std::string& locale,
  /external/chromium_org/components/translate/core/browser/
translate_browser_metrics.h 53 void ReportLocalesOnDisabledByPrefs(const std::string& locale);
56 // a undisplayable language in the user's locale.
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
DateInputType.cpp 111 layoutParameters.dateTimeFormat = layoutParameters.locale.dateFormat();
117 layoutParameters.placeholderForDay = locale().queryString(WebLocalizedString::PlaceholderForDayOfMonthField);
118 layoutParameters.placeholderForMonth = locale().queryString(WebLocalizedString::PlaceholderForMonthField);
119 layoutParameters.placeholderForYear = locale().queryString(WebLocalizedString::PlaceholderForYearField);
URLInputType.cpp 68 return locale().queryString(blink::WebLocalizedString::ValidationTypeMismatchForURL);
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DateTimeEditElement.h 38 class Locale;
69 Locale& locale; member in struct:blink::FINAL::LayoutParameters
77 LayoutParameters(Locale& locale, const StepRange& stepRange)
78 : locale(locale)
  /external/chromium_org/third_party/WebKit/Source/web/
ColorChooserPopupUIController.h 55 virtual Locale& locale() OVERRIDE;
68 Locale& m_locale;
  /external/chromium_org/third_party/icu/source/i18n/
currfmt.h 41 * Construct a CurrencyFormat for the given locale.
43 CurrencyFormat(const Locale& locale, UErrorCode& ec);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
dcfmtsym.h 48 * DecimalFormatSymbols from its locale data. If you need to change any
171 * Create a DecimalFormatSymbols object for the given locale.
173 * @param locale The locale to get symbols for.
178 DecimalFormatSymbols(const Locale& locale, UErrorCode& status);
181 * Create a DecimalFormatSymbols object for the default locale.
273 * Returns the locale for which this object was constructed.
276 inline Locale getLocale() const;
279 * Returns the locale for this object. Two flavors are available
400 Locale locale; member in class:DecimalFormatSymbols
    [all...]
udateintervalformat.h 23 * in a locale-sensitive way, using a skeleton that specifies the precision and
26 * is larger than the format specified by the skeleton, a locale-specific fallback
54 * requests the locale's default time style (h or H), use 'j' instead of h or H.
84 * given locale plus a specified skeleton.
85 * @param locale
86 * The locale for whose rules should be used; may be NULL for
87 * default locale.
102 * A pointer to a UDateIntervalFormat object for the specified locale,
107 udtitvfmt_open(const char* locale,
  /external/chromium_org/v8/test/intl/general/
mapped-locale.js 31 assertEquals('zh-TW', nf.resolvedOptions().locale);
34 assertEquals('zh-Hant-TW', nf.resolvedOptions().locale);
37 assertEquals('zh-Hant', nf.resolvedOptions().locale);
40 assertEquals('zh', nf.resolvedOptions().locale);
43 assertEquals('zh-CN', nf.resolvedOptions().locale);
46 assertEquals('zh-Hans-CN', nf.resolvedOptions().locale);
49 assertEquals('zh-Hans', nf.resolvedOptions().locale);
52 assertEquals('en-US', nf.resolvedOptions().locale);
  /external/e2fsprogs/misc/
nls-enable.h 3 #include <locale.h>
15 #define LOCALEDIR "/usr/share/locale"
  /external/icu/icu4c/source/i18n/
currfmt.h 41 * Construct a CurrencyFormat for the given locale.
43 CurrencyFormat(const Locale& locale, UErrorCode& ec);

Completed in 1164 milliseconds

<<11121314151617181920>>