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

/macosx-10.10/Libc-1044.1.2/locale/FreeBSD/
H A Dlmonetary.h41 const char *negative_sign; member in struct:lc_monetary_T
H A Dlocaleconv.c68 empty, /* negative_sign */
137 M_ASSIGN_STR(negative_sign);
H A Dlmonetary.c57 empty, /* negative_sign */
192 "negative_sign = %s\n"
213 loc->__lc_monetary->_monetary_locale.negative_sign,
/macosx-10.10/Libc-1044.1.2/include/
H A D_locale.h53 char *negative_sign; member in struct:lconv
/macosx-10.10/Libc-1044.1.2/stdlib/NetBSD/
H A Dstrfmon.c425 *signstr = (lc->negative_sign == '\0') ? "-"
426 : lc->negative_sign;
436 *signstr = (lc->negative_sign == '\0') ? "-"
437 : lc->negative_sign;
/macosx-10.10/ksh-23/ksh/src/lib/libast/include/
H A Dast_std.h94 char* negative_sign; member in struct:lconv
/macosx-10.10/vim-55/runtime/syntax/
H A Dfdcc.vim31 syn keyword fdccKeywordMonetary copy int_curr_symbol currency_symbol mon_decimal_point mon_thousands_sep mon_grouping positive_sign negative_sign int_frac_digits frac_digits p_cs_precedes p_sep_by_space n_cs_precedes n_sep_by_space p_sign_posn n_sign_posn int_p_cs_precedes int_p_sep_by_space int_n_cs_precedes int_n_sep_by_space int_p_sign_posn int_n_sign_posn
/macosx-10.10/adv_cmds-158/localedef/
H A Dlocaledef.pl267 MONETARY => [\&parse_LC_MONETARY, qr/^\s*(int_curr_symbol|currency_symbol|mon_decimal_point|mon_thousands_sep|mon_grouping|positive_sign|negative_sign|int_frac_digits|frac_digits|p_cs_precedes|p_sep_by_space|n_cs_precedes|n_sep_by_space|p_sign_posn|n_sign_posn|int_p_cs_precedes|int_n_cs_precedes|int_p_sep_by_space|int_n_sep_by_space|int_p_sign_posn|int_n_sign_posn|copy|END)\s+(\S+.*?)\s*$/],
1002 foreach my $s (qw(int_curr_symbol currency_symbol mon_decimal_point mon_thousands_sep mon_grouping positive_sign negative_sign int_frac_digits frac_digits p_cs_precedes p_sep_by_space n_cs_precedes n_sep_by_space p_sign_posn n_sign_posn int_p_cs_precedes int_n_cs_precedes int_p_sep_by_space int_n_sep_by_space int_p_sign_posn int_n_sign_posn)) {
1011 if ($s =~ m/^(int_curr_symbol|currency_symbol|mon_decimal_point|mon_thousands_sep|positive_sign|negative_sign)$/) {
/macosx-10.10/adv_cmds-158/locale/
H A Dlocale.cc263 add_kw(new lc_keyword(LC_MONETARY, "negative_sign", lc->negative_sign));
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dlocale_facets.h3783 negative_sign() const function in class:moneypunct
3819 * that the value of positive_sign() or negative_sign() must be
3915 * value returned. @see negative_sign() for details.

Completed in 403 milliseconds