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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/chromeos/login/
startup_utils.h 47 // Returns initial locale from local settings.
50 // Sets initial locale in local settings.
51 static void SetInitialLocale(const std::string& locale);
  /external/chromium_org/chrome/browser/net/
client_hints.cc 7 #include <locale>
61 // according to the machine's locale
62 std::locale locale; local
65 if (!std::isdigit(*it, locale))
  /external/chromium_org/components/language_usage_metrics/
language_usage_metrics.h 27 // is a case-insensitive locale string of either xx, xx-YY, or xx_YY format.
31 // Parses |locale| and returns the language code. Returns 0 in case of errors.
33 // |locale| is 'en' which represents 'English', the codes of 'e' and 'n' are
36 // |locale| should consist of only lower-case letters. This function doesn't
37 // check whether |locale| is valid locale or not strictly.
38 static int ToLanguageCode(const std::string &locale);
  /external/chromium_org/third_party/icu/source/i18n/
ucurrimp.h 16 * Internal method. Given a currency ISO code and a locale, return
31 * display name in the given locale, or as a 3-letter ISO 4217
37 * @param locale the locale of the display names to match
50 uprv_parseCurrency(const char* locale,
  /external/chromium_org/third_party/icu/source/i18n/unicode/
measfmt.h 51 * locale.
52 * @param locale desired locale
57 static MeasureFormat* U_EXPORT2 createCurrencyFormat(const Locale& locale,
62 * locale.
ugender.h 58 * Opens a new UGenderInfo object given locale.
59 * @param locale The locale for which the rules are desired.
61 * @return A UGenderInfo for the specified locale, or NULL if an error occurred.
65 ugender_getInstance(const char *locale, UErrorCode *status);
  /external/chromium_org/third_party/icu/source/samples/legacy/
newcol.cpp 27 int32_t getSortKey_current(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) {
29 UCollator *coll = ucol_open(locale, &status);
57 void initCollator_current(const char *locale) {
59 compareCollator = ucol_open(locale, &status);
  /external/chromium_org/third_party/icu/source/test/cintltst/
callcoll.h 49 void genericLocaleStarter(const char *locale, const char * const s[], uint32_t size);
50 void genericLocaleStarterWithResult(const char *locale, const char * const s[], uint32_t size, UCollationResult result);
51 void genericLocaleStarterWithOptions(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize);
52 void genericLocaleStarterWithOptionsAndResult(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result);
  /external/chromium_org/third_party/mesa/src/src/glsl/
strtod.c 30 #include <locale.h>
41 * Wrapper around strtod which uses the "C" locale so the decimal
  /external/chromium_org/ui/base/l10n/
l10n_util_android.h 17 // Return the current default locale of the device.
21 const std::string& locale,
  /external/clang/test/SemaTemplate/
crash-10438657.cpp 5 class collate : public locale::facet {
  /external/e2fsprogs/intl/
dgettext.c 25 #include <locale.h>
48 LC_MESSAGES locale. */
dngettext.c 25 #include <locale.h>
48 LC_MESSAGES locale and skip message according to the plural form. */
  /external/fio/
fio.c 25 #include <locale.h>
  /external/icu/icu4c/source/i18n/
ucurrimp.h 16 * Internal method. Given a currency ISO code and a locale, return
31 * display name in the given locale, or as a 3-letter ISO 4217
37 * @param locale the locale of the display names to match
50 uprv_parseCurrency(const char* locale,
  /external/icu/icu4c/source/i18n/unicode/
ugender.h 58 * Opens a new UGenderInfo object given locale.
59 * @param locale The locale for which the rules are desired.
61 * @return A UGenderInfo for the specified locale, or NULL if an error occurred.
65 ugender_getInstance(const char *locale, UErrorCode *status);
  /external/icu/icu4c/source/samples/legacy/
newcol.cpp 27 int32_t getSortKey_current(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) {
29 UCollator *coll = ucol_open(locale, &status);
57 void initCollator_current(const char *locale) {
59 compareCollator = ucol_open(locale, &status);
  /external/icu/icu4c/source/test/cintltst/
callcoll.h 49 void genericLocaleStarter(const char *locale, const char * const s[], uint32_t size);
50 void genericLocaleStarterWithResult(const char *locale, const char * const s[], uint32_t size, UCollationResult result);
51 void genericLocaleStarterWithOptions(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize);
52 void genericLocaleStarterWithOptionsAndResult(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result);
  /external/libcxx/test/input.output/iostream.format/ext.manip/
get_money.pass.cpp 17 #include "platform_support.h" // locale name macros
44 is.imbue(std::locale(LOCALE_en_US_UTF_8));
52 is.imbue(std::locale(LOCALE_en_US_UTF_8));
60 is.imbue(std::locale(LOCALE_en_US_UTF_8));
68 is.imbue(std::locale(LOCALE_en_US_UTF_8));
  /external/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/
types.pass.cpp 10 // <locale>
24 #include <locale>
28 #include "platform_support.h" // locale name macros
33 std::locale l(LOCALE_en_US_UTF_8);
46 std::locale l("");
59 std::locale l("C");
  /external/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/
date_order.pass.cpp 10 // <locale>
16 #include <locale>
  /external/libcxx/test/localization/locale.categories/category.time/locale.time.get/
time_base.pass.cpp 10 // <locale>
18 #include <locale>
  /external/libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname/
decimal_point.pass.cpp 10 // <locale>
16 #include <locale>
19 #include "platform_support.h" // locale name macros
24 std::locale l("C");
37 std::locale l(LOCALE_en_US_UTF_8);
50 std::locale l(LOCALE_fr_FR_UTF_8);
grouping.pass.cpp 10 // <locale>
16 #include <locale>
19 #include "platform_support.h" // locale name macros
24 std::locale l("C");
37 std::locale l(LOCALE_en_US_UTF_8);
50 std::locale l(LOCALE_fr_FR_UTF_8);
thousands_sep.pass.cpp 10 // <locale>
16 #include <locale>
19 #include "platform_support.h" // locale name macros
24 std::locale l("C");
37 std::locale l(LOCALE_en_US_UTF_8);
50 std::locale l(LOCALE_fr_FR_UTF_8);

Completed in 810 milliseconds

<<11121314151617181920>>