Searched refs:_NL_CURRENT (Results 1 – 3 of 3) sorted by relevance
/stdlib/ |
A D | strfmon_l.c | 67 #undef _NL_CURRENT 68 #define _NL_CURRENT(category, item) \ macro 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() 331 _NL_CURRENT (LC_MONETARY, MON_GROUPING)); in __vstrfmon_l_internal() 364 sign_string = _NL_CURRENT (LC_MONETARY, NEGATIVE_SIGN); in __vstrfmon_l_internal() 373 other_sign_string = _NL_CURRENT (LC_MONETARY, POSITIVE_SIGN); in __vstrfmon_l_internal() 380 sign_string = _NL_CURRENT (LC_MONETARY, POSITIVE_SIGN); in __vstrfmon_l_internal() [all …]
|
A D | strtol_l.c | 121 #undef _NL_CURRENT 122 #define _NL_CURRENT(category, item) \ macro 253 grouping = _NL_CURRENT (LC_NUMERIC, GROUPING); in INTERNAL() 268 thousands = _NL_CURRENT (LC_NUMERIC, THOUSANDS_SEP); in INTERNAL()
|
A D | strtod_l.c | 94 #undef _NL_CURRENT 95 #define _NL_CURRENT(category, item) \ macro 565 grouping = _NL_CURRENT (LC_NUMERIC, GROUPING); in ____STRTOF_INTERNAL() 577 thousands = _NL_CURRENT (LC_NUMERIC, THOUSANDS_SEP); in ____STRTOF_INTERNAL() 595 decimal = _NL_CURRENT (LC_NUMERIC, DECIMAL_POINT); in ____STRTOF_INTERNAL()
|
Completed in 11 milliseconds