Home
last modified time | relevance | path

Searched refs:sep_by_space (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/stdlib/
Dstrfmon_l.c119 int sep_by_space; in __vstrfmon_l_internal() local
370 sep_by_space = *_NL_CURRENT (LC_MONETARY, int_format ? INT_N_SEP_BY_SPACE : N_SEP_BY_SPACE); in __vstrfmon_l_internal()
382 sep_by_space = *_NL_CURRENT (LC_MONETARY, int_format ? INT_P_SEP_BY_SPACE : P_SEP_BY_SPACE); in __vstrfmon_l_internal()
398 if (sep_by_space == '\377') in __vstrfmon_l_internal()
399 sep_by_space = 0; in __vstrfmon_l_internal()
408 if (sep_by_space == 2) in __vstrfmon_l_internal()
414 sep_by_space = 0; in __vstrfmon_l_internal()
444 if (sep_by_space != 0) in __vstrfmon_l_internal()
499 if (sep_by_space == 2) in __vstrfmon_l_internal()
508 if (print_curr_symbol && sep_by_space == 2) in __vstrfmon_l_internal()
[all …]
/glibc-2.36/localedata/
Dtst-fmon.data136 # check all cs_precedes/sign_posn/sep_by_space combinations using
/glibc-2.36/ChangeLog.old/
DChangeLog.1111520 sign_posn and sep_by_space.
11540 spaces for unusual combinations of sign_posn and sep_by_space.