Searched refs:negative_sign (Results 1 – 14 of 14) sorted by relevance
/third_party/musl/src/locale/ |
D | localeconv.c | 14 .negative_sign = "",
|
/third_party/musl/include/ |
D | locale.h | 35 char *negative_sign; member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | locale.h | 35 char *negative_sign; member
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | locale.h | 35 char *negative_sign; member
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | locale.h | 35 char *negative_sign; member
|
/third_party/musl/ndk_musl_include/ |
D | locale.h | 56 char *negative_sign; member
|
/third_party/musl/porting/linux/user/include/ |
D | locale.h | 56 char *negative_sign; member
|
/third_party/musl/libc-test/src/functionalext/locale/ |
D | localeconv.c | 42 EXPECT_STREQ("localeconv_0100", "", pconv->negative_sign); in localeconv_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/locale/ |
D | localeconv_sup.c | 42 EXPECT_STREQ("localeconv_0100", "", pconv->negative_sign); in localeconv_0100()
|
/third_party/musl/libc-test/src/api/ |
D | locale.c | 25 F(char*,negative_sign) in f()
|
/third_party/boost/boost/date_time/ |
D | time_facet.hpp | 59 static const char_type negative_sign[2]; //- member 144 time_formats<CharT>::negative_sign[2] = {'-'}; member in boost::date_time::time_formats<CharT> 231 static const char_type* negative_sign; //- member in boost::date_time::time_facet 447 negative_sign); in put() 451 negative_sign); in put() 657 time_facet<time_type, CharT, OutItrT>::negative_sign = time_formats<CharT>::negative_sign; member in boost::date_time::time_facet<time_type, CharT, OutItrT>
|
/third_party/boost/libs/locale/src/std/ |
D | numeric.cpp | 147 negative_sign_ = conv::from_utf<wchar_t>(wfacet.negative_sign(),"UTF-8"); in utf8_moneypunct_from_wide()
|
/third_party/python/Modules/ |
D | _localemodule.c | 297 RESULT_STRING(negative_sign); in _locale_localeconv_impl()
|
/third_party/python/Doc/library/ |
D | locale.rst | 116 | | ``'negative_sign'`` | Symbol used to annotate a |
|