Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_monetary.h97 string_type negative_sign() const { return do_negative_sign(); } in negative_sign()
118 virtual string do_negative_sign() const;
137 string_type negative_sign() const { return do_negative_sign(); } in negative_sign()
158 virtual string do_negative_sign() const;
178 string_type negative_sign() const { return do_negative_sign(); } in negative_sign()
199 virtual string_type do_negative_sign() const;
217 string_type negative_sign() const { return do_negative_sign(); } in negative_sign()
238 virtual string_type do_negative_sign() const;
267 virtual string_type do_negative_sign() const;
300 virtual string_type do_negative_sign() const;
[all …]
/ndk/sources/cxx-stl/stlport/src/
Dmonetary.cpp57 string moneypunct<char, true>::do_negative_sign() const { return _S_empty_string; } in do_negative_sign() function in moneypunct
72 string moneypunct<char, false>::do_negative_sign() const { return _S_empty_string; } in do_negative_sign() function in moneypunct
90 wstring moneypunct<wchar_t, true>::do_negative_sign() const in do_negative_sign() function in moneypunct
109 wstring moneypunct<wchar_t, false>::do_negative_sign() const in do_negative_sign() function in moneypunct
Dfacets_byname.cpp899 string moneypunct_byname<char, true>::do_negative_sign() const in do_negative_sign() function in moneypunct_byname
943 string moneypunct_byname<char, false>::do_negative_sign() const in do_negative_sign() function in moneypunct_byname
1004 wstring moneypunct_byname<wchar_t, true>::do_negative_sign() const in do_negative_sign() function in moneypunct_byname
1048 wstring moneypunct_byname<wchar_t, false>::do_negative_sign() const in do_negative_sign() function in moneypunct_byname
/ndk/sources/cxx-stl/llvm-libc++/include/
Dlocale2869 _LIBCPP_ALWAYS_INLINE string_type negative_sign() const {return do_negative_sign();}
2886 virtual string_type do_negative_sign() const {return string_type(1, '-');}
2935 virtual string_type do_negative_sign() const {return __negative_sign_;}