Searched refs:__pprecedes (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/lib/libstdc++/libstdc++/config/locale/gnu/ |
H A D | monetary_members.cc | 253 char __pprecedes = *(__nl_langinfo_l(__INT_P_CS_PRECEDES, __cloc)); in _M_initialize_moneypunct() local 256 _M_pos_format = _S_construct_pattern(__pprecedes, __pspace, __pposn); in _M_initialize_moneypunct() 298 char __pprecedes = *(__nl_langinfo_l(__P_CS_PRECEDES, __cloc)); in _M_initialize_moneypunct() local 301 _M_pos_format = _S_construct_pattern(__pprecedes, __pspace, __pposn); in _M_initialize_moneypunct() 418 char __pprecedes = *(__nl_langinfo_l(__INT_P_CS_PRECEDES, __cloc)); in _M_initialize_moneypunct() local 421 _M_pos_format = _S_construct_pattern(__pprecedes, __pspace, __pposn); in _M_initialize_moneypunct() 535 char __pprecedes = *(__nl_langinfo_l(__P_CS_PRECEDES, __cloc)); in _M_initialize_moneypunct() local 538 _M_pos_format = _S_construct_pattern(__pprecedes, __pspace, __pposn); in _M_initialize_moneypunct()
|
/openbsd/gnu/gcc/libstdc++-v3/config/locale/gnu/ |
H A D | monetary_members.cc | 260 char __pprecedes = *(__nl_langinfo_l(__INT_P_CS_PRECEDES, __cloc)); in _M_initialize_moneypunct() local 263 _M_data->_M_pos_format = _S_construct_pattern(__pprecedes, __pspace, in _M_initialize_moneypunct() 324 char __pprecedes = *(__nl_langinfo_l(__P_CS_PRECEDES, __cloc)); in _M_initialize_moneypunct() local 327 _M_data->_M_pos_format = _S_construct_pattern(__pprecedes, __pspace, in _M_initialize_moneypunct() 468 char __pprecedes = *(__nl_langinfo_l(__INT_P_CS_PRECEDES, __cloc)); in _M_initialize_moneypunct() local 471 _M_data->_M_pos_format = _S_construct_pattern(__pprecedes, __pspace, in _M_initialize_moneypunct() 610 char __pprecedes = *(__nl_langinfo_l(__P_CS_PRECEDES, __cloc)); in _M_initialize_moneypunct() local 613 _M_data->_M_pos_format = _S_construct_pattern(__pprecedes, __pspace, in _M_initialize_moneypunct()
|