Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/libstdc++/include/bits/
Dlocale_facets.h3775 { return this->do_negative_sign(); } in negative_sign()
3911 do_negative_sign() const in do_negative_sign() function
/freebsd-10-stable/contrib/libc++/include/
Dlocale2759 _LIBCPP_ALWAYS_INLINE string_type negative_sign() const {return do_negative_sign();}
2776 virtual string_type do_negative_sign() const {return string_type(1, '-');}
2825 virtual string_type do_negative_sign() const {return __negative_sign_;}