Home
last modified time | relevance | path

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

/glibc-2.36/stdlib/
Dstrfmon_l.c122 int other_cs_precedes; in __vstrfmon_l_internal() local
374 other_cs_precedes = *_NL_CURRENT (LC_MONETARY, int_format ? INT_P_CS_PRECEDES : P_CS_PRECEDES); in __vstrfmon_l_internal()
388 other_cs_precedes = *_NL_CURRENT (LC_MONETARY, int_format ? INT_N_CS_PRECEDES : N_CS_PRECEDES); in __vstrfmon_l_internal()
396 if (other_cs_precedes != 0) in __vstrfmon_l_internal()
397 other_cs_precedes = 1; in __vstrfmon_l_internal()
419 || (other_sign_posn == 1 && !other_cs_precedes) in __vstrfmon_l_internal()
420 || (other_sign_posn == 2 && other_cs_precedes)) in __vstrfmon_l_internal()
448 if (other_cs_precedes) in __vstrfmon_l_internal()
468 else if (other_cs_precedes in __vstrfmon_l_internal()