Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dmoney.h562 string_type& __sn,
578 const string_type& __sn,
592 string_type& __sn, in __gather_info() argument
598 __sn = __mp.negative_sign(); in __gather_info()
601 __sn = __mp.positive_sign(); in __gather_info()
612 __sn = __mp.negative_sign(); in __gather_info()
615 __sn = __mp.positive_sign(); in __gather_info()
640 const string_type& __sn, in __format() argument
653 if (!__sn.empty()) in __format()
654 *__me++ = __sn[0]; in __format()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dlocale2730 string_type& __sn,
2746 const string_type& __sn,
2760 string_type& __sn,
2766 __sn = __mp.negative_sign();
2769 __sn = __mp.positive_sign();
2780 __sn = __mp.negative_sign();
2783 __sn = __mp.positive_sign();
2808 const string_type& __sn,
2821 if (!__sn.empty())
2822 *__me++ = __sn[0];
[all …]