Searched refs:negative_sign (Results 1 - 21 of 21) sorted by relevance

/netbsd-6-1-5-RELEASE/include/
H A Dlocale.h47 char *negative_sign; member in struct:lconv
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dlocaledef.h54 const char *negative_sign; member in struct:__anon9541
/netbsd-6-1-5-RELEASE/lib/libc/locale/
H A Dnb_lc_monetary_misc.h55 ldata->negative_sign = __UNCONST(data->negative_sign);
H A Dglobal_locale.c56 .negative_sign = __UNCONST(""),
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/moneypunct/members/char/
H A D1.cc53 string ns1 = monp_c_t.negative_sign();
55 string ns2 = monp_c_f.negative_sign();
H A D2.cc63 string ns1 = monp_c_t.negative_sign();
73 string ns2 = monp_de_t.negative_sign();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/moneypunct/members/wchar_t/
H A D1.cc53 wstring ns1 = monp_c_t.negative_sign();
55 wstring ns2 = monp_c_f.negative_sign();
H A D2.cc63 wstring ns1 = monp_c_t.negative_sign();
73 wstring ns2 = monp_de_t.negative_sign();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/moneypunct_byname/
H A Dnamed_equivalence.cc58 string ns1 = monp_de.negative_sign();
68 string ns2 = monp_byname.negative_sign();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/moneypunct/members/char/
H A D1.cc54 string ns1 = monp_c_t.negative_sign();
56 string ns2 = monp_c_f.negative_sign();
H A D2.cc64 string ns1 = monp_c_t.negative_sign();
74 string ns2 = monp_de_t.negative_sign();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/moneypunct/members/wchar_t/
H A D1.cc54 wstring ns1 = monp_c_t.negative_sign();
56 wstring ns2 = monp_c_f.negative_sign();
H A D2.cc64 wstring ns1 = monp_c_t.negative_sign();
74 wstring ns2 = monp_de_t.negative_sign();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/moneypunct_byname/
H A Dnamed_equivalence.cc59 string ns1 = monp_de.negative_sign();
69 string ns2 = monp_byname.negative_sign();
/netbsd-6-1-5-RELEASE/lib/libc/stdlib/
H A Dstrfmon.c421 *signstr = (lc->negative_sign == '\0') ? "-"
422 : lc->negative_sign;
432 *signstr = (lc->negative_sign == '\0') ? "-"
433 : lc->negative_sign;
/netbsd-6-1-5-RELEASE/lib/libc/citrus/
H A Dcitrus_lc_monetary.c88 free(__UNCONST(data->negative_sign));
106 { _CITRUS_LC_MONETARY_SYM_NEGATIVE_SIGN, OFFSET(negative_sign ) },
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/
H A Dtestsuite_character.h510 negative_sign() const function in class:std::moneypunct
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/
H A Dtestsuite_character.h481 negative_sign() const function in class:std::moneypunct
/netbsd-6-1-5-RELEASE/usr.bin/locale/
H A Dlocale.c147 { "negative_sign", 1, LC_MONETARY, KW_NEGATIVE_SIGN, "" },
554 rval = lc->negative_sign;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_facets_nonio.h1089 negative_sign() const function in class:moneypunct
1125 * that the value of positive_sign() or negative_sign() must be
1222 * value returned. @see negative_sign() for details.
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dlocale_facets.h3699 negative_sign() const function in class:std::moneypunct
3735 * that the value of positive_sign() or negative_sign() must be
3831 * value returned. @see negative_sign() for details.

Completed in 369 milliseconds