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

/macosx-10.10/Libc-1044.1.2/locale/FreeBSD/
H A Dlmonetary.h40 const char *positive_sign; member in struct:lc_monetary_T
H A Dlocaleconv.c67 empty, /* positive_sign */
136 M_ASSIGN_STR(positive_sign);
H A Dlmonetary.c56 empty, /* positive_sign */
191 "positive_sign = %s\n"
212 loc->__lc_monetary->_monetary_locale.positive_sign,
/macosx-10.10/Libc-1044.1.2/include/
H A D_locale.h52 char *positive_sign; member in struct:lconv
/macosx-10.10/Libc-1044.1.2/stdlib/NetBSD/
H A Dstrfmon.c431 *signstr = lc->positive_sign;
442 *signstr = lc->positive_sign;
/macosx-10.10/ksh-23/ksh/src/lib/libast/include/
H A Dast_std.h93 char* positive_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.cc262 add_kw(new lc_keyword(LC_MONETARY, "positive_sign", lc->positive_sign));
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dlocale_facets.h3766 positive_sign() const function in class:moneypunct
3819 * that the value of positive_sign() or negative_sign() must be
3827 * {symbol,sign,value,none}, curr_symbol() == '$' positive_sign() ==
3902 * value returned. @see positive_sign() for details.

Completed in 204 milliseconds