Home
last modified time | relevance | path

Searched refs:LC_MONETARY (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/glibc-2.36/stdlib/
Dstrfmon_l.c82 struct __locale_data *current = loc->__locales[LC_MONETARY]; in __vstrfmon_l_internal()
186 p_sign_posn = *_NL_CURRENT (LC_MONETARY, P_SIGN_POSN); in __vstrfmon_l_internal()
187 n_sign_posn = *_NL_CURRENT (LC_MONETARY, N_SIGN_POSN); in __vstrfmon_l_internal()
291 int_curr_symbol = _NL_CURRENT (LC_MONETARY, INT_CURR_SYMBOL); in __vstrfmon_l_internal()
302 currency_symbol = _NL_CURRENT (LC_MONETARY, CURRENCY_SYMBOL); in __vstrfmon_l_internal()
315 p_sign_posn = *_NL_CURRENT (LC_MONETARY, int_format ? INT_P_SIGN_POSN : P_SIGN_POSN); in __vstrfmon_l_internal()
317 n_sign_posn = *_NL_CURRENT (LC_MONETARY, int_format ? INT_N_SIGN_POSN : N_SIGN_POSN); in __vstrfmon_l_internal()
321 right_prec = *_NL_CURRENT (LC_MONETARY, int_format ? INT_FRAC_DIGITS : FRAC_DIGITS); in __vstrfmon_l_internal()
331 _NL_CURRENT (LC_MONETARY, MON_GROUPING)); in __vstrfmon_l_internal()
364 sign_string = _NL_CURRENT (LC_MONETARY, NEGATIVE_SIGN); in __vstrfmon_l_internal()
[all …]
/glibc-2.36/locale/
Dlocaleconv.c34 result.int_curr_symbol = (char *) _NL_CURRENT (LC_MONETARY, INT_CURR_SYMBOL); in __localeconv()
35 result.currency_symbol = (char *) _NL_CURRENT (LC_MONETARY, CURRENCY_SYMBOL); in __localeconv()
36 result.mon_decimal_point = (char *) _NL_CURRENT (LC_MONETARY, in __localeconv()
38 result.mon_thousands_sep = (char *) _NL_CURRENT (LC_MONETARY, in __localeconv()
40 result.mon_grouping = (char *) _NL_CURRENT (LC_MONETARY, MON_GROUPING); in __localeconv()
43 result.positive_sign = (char *) _NL_CURRENT (LC_MONETARY, POSITIVE_SIGN); in __localeconv()
44 result.negative_sign = (char *) _NL_CURRENT (LC_MONETARY, NEGATIVE_SIGN); in __localeconv()
47 result.member = *(char *) _NL_CURRENT (LC_MONETARY, element); \ in __localeconv()
/glibc-2.36/locale/programs/
Dld-monetary.c113 locale->categories[LC_MONETARY].monetary = monetary = in monetary_startup()
163 = locale->categories[LC_MONETARY].monetary; in monetary_finish()
171 if (locale->copy_name[LC_MONETARY] != NULL) in monetary_finish()
178 from = find_locale (LC_MONETARY, from->copy_name[LC_MONETARY], in monetary_finish()
180 while (from->categories[LC_MONETARY].monetary == NULL in monetary_finish()
181 && from->copy_name[LC_MONETARY] != NULL); in monetary_finish()
183 monetary = locale->categories[LC_MONETARY].monetary in monetary_finish()
184 = from->categories[LC_MONETARY].monetary; in monetary_finish()
194 monetary = locale->categories[LC_MONETARY].monetary; in monetary_finish()
481 = locale->categories[LC_MONETARY].monetary; in monetary_output()
[all …]
/glibc-2.36/localedata/tst-fmon-locales/
Dtstfmon_n01y124 # the last six LC_MONETARY values below.
10 LC_MONETARY
32 END LC_MONETARY
Dtstfmon_n02n404 # the last six LC_MONETARY values below.
10 LC_MONETARY
32 END LC_MONETARY
Dtstfmon_n10y314 # the last six LC_MONETARY values below.
10 LC_MONETARY
32 END LC_MONETARY
Dtstfmon_n11y414 # the last six LC_MONETARY values below.
10 LC_MONETARY
32 END LC_MONETARY
Dtstfmon_n12y114 # the last six LC_MONETARY values below.
10 LC_MONETARY
32 END LC_MONETARY
Dtstfmon_n20n324 # the last six LC_MONETARY values below.
10 LC_MONETARY
32 END LC_MONETARY
Dtstfmon_n30y204 # the last six LC_MONETARY values below.
10 LC_MONETARY
32 END LC_MONETARY
Dtstfmon_n41n004 # the last six LC_MONETARY values below.
10 LC_MONETARY
32 END LC_MONETARY
Dtstfmon_y01y104 # the last six LC_MONETARY values below.
10 LC_MONETARY
32 END LC_MONETARY
Dtstfmon_y02n224 # the last six LC_MONETARY values below.
10 LC_MONETARY
32 END LC_MONETARY
Dtstfmon_y22n424 # the last six LC_MONETARY values below.
10 LC_MONETARY
32 END LC_MONETARY
Dtstfmon_y30y214 # the last six LC_MONETARY values below.
10 LC_MONETARY
32 END LC_MONETARY
Dtstfmon_y32n314 # the last six LC_MONETARY values below.
10 LC_MONETARY
32 END LC_MONETARY
Dtstfmon_y40y004 # the last six LC_MONETARY values below.
10 LC_MONETARY
32 END LC_MONETARY
Dtstfmon_y42n214 # the last six LC_MONETARY values below.
10 LC_MONETARY
32 END LC_MONETARY
/glibc-2.36/localedata/locales/
Dsq_MK31 category "i18n:2012";LC_MONETARY
48 LC_MONETARY
49 % This is the POSIX Locale definition the LC_MONETARY category.
69 END LC_MONETARY
Dnn_NO31 category "i18n:2012";LC_MONETARY
49 LC_MONETARY
50 % This is the POSIX Locale definition the LC_MONETARY category.
70 END LC_MONETARY
Des_ES@euro36 category "i18n:2012";LC_MONETARY
57 LC_MONETARY
59 END LC_MONETARY
Dfi_FI@euro37 category "i18n:2012";LC_MONETARY
54 LC_MONETARY
56 END LC_MONETARY
Dfr_BE@euro36 category "i18n:2012";LC_MONETARY
57 LC_MONETARY
59 END LC_MONETARY
Dga_IE@euro36 category "i18n:2012";LC_MONETARY
53 LC_MONETARY
55 END LC_MONETARY
Dnl_BE@euro36 category "i18n:2012";LC_MONETARY
57 LC_MONETARY
59 END LC_MONETARY

12345678910>>...16