Searched refs:LC_NUMERIC (Results 1 – 10 of 10) sorted by relevance
/locale/programs/ |
A D | ld-numeric.c | 52 locale->categories[LC_NUMERIC].numeric = in numeric_startup() 76 if (locale->copy_name[LC_NUMERIC] != NULL) in numeric_finish() 83 from = find_locale (LC_NUMERIC, from->copy_name[LC_NUMERIC], in numeric_finish() 85 while (from->categories[LC_NUMERIC].numeric == NULL in numeric_finish() 86 && from->copy_name[LC_NUMERIC] != NULL); in numeric_finish() 88 numeric = locale->categories[LC_NUMERIC].numeric in numeric_finish() 89 = from->categories[LC_NUMERIC].numeric; in numeric_finish() 99 numeric = locale->categories[LC_NUMERIC].numeric; in numeric_finish() 143 write_locale_data (output_path, LC_NUMERIC, "LC_NUMERIC", &file); in numeric_output() 177 LC_NUMERIC, "LC_NUMERIC", ignore_content); in numeric_read() [all …]
|
A D | localedef.h | 39 NUMERIC_LOCALE = 1 << LC_NUMERIC, 51 | 1 << LC_NUMERIC
|
A D | locfile-kw.gperf | 125 LC_NUMERIC, tok_lc_numeric, 0
|
A D | ld-identification.c | 58 [LC_NUMERIC] = "LC_NUMERIC",
|
A D | locfile.c | 285 [LC_NUMERIC] = numeric_finish, 316 [LC_NUMERIC] = numeric_output,
|
/locale/ |
A D | localeconv.c | 28 result.decimal_point = (char *) _NL_CURRENT (LC_NUMERIC, DECIMAL_POINT); in __localeconv() 29 result.thousands_sep = (char *) _NL_CURRENT (LC_NUMERIC, THOUSANDS_SEP); in __localeconv() 30 result.grouping = (char *) _NL_CURRENT (LC_NUMERIC, GROUPING); in __localeconv()
|
A D | lc-numeric.c | 21 _NL_CURRENT_DEFINE (LC_NUMERIC);
|
A D | tst-locale-locpath.sh | 58 LC_NUMERIC="invalid-locale"
|
A D | locale.h | 36 #define LC_NUMERIC __LC_NUMERIC macro
|
A D | categories.def | 195 LC_NUMERIC, "LC_NUMERIC",
|
Completed in 18 milliseconds