Searched refs:intl (Results 1 - 25 of 66) sorted by relevance

123

/haiku-buildtools/legacy/gcc/texinfo/
H A DMakefile.am13 # Do intl/ and lib/ first since the C programs depend on them.
16 SUBDIRS = intl lib info makeinfo po util doc
19 SUBDIRS = intl lib makeinfo
/haiku-buildtools/legacy/gcc/texinfo/makeinfo/
H A DMakefile.am8 INCLUDES = -I$(top_srcdir)/lib -I../intl -DLOCALEDIR=\"$(localedir)\"
/haiku-buildtools/legacy/gcc/texinfo/util/
H A DMakefile.am9 INCLUDES = -I$(top_srcdir)/lib -I../intl -DLOCALEDIR=\"$(localedir)\"
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/moneypunct/requirements/false/
H A Dintl.cc33 VERIFY (facet02.intl == false);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/moneypunct/requirements/true/
H A Dintl.cc33 VERIFY (facet01.intl == true);
/haiku-buildtools/legacy/gcc/texinfo/info/
H A DMakefile.am18 INCLUDES = -I. -I$(top_srcdir)/lib -I../intl -I.. -I$(srcdir)
/haiku-buildtools/legacy/gcc/texinfo/lib/
H A DMakefile.am6 INCLUDES = -I../intl
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/money_put/put/char/
H A D6.cc41 bool intl = false; local
50 mp.put(out,intl,fmt,'*',val);
H A D5.cc52 bool intl = false; local
61 mp.put(out,intl,fmt,'*',val);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/
H A D6.cc41 bool intl = false; local
50 mp.put(out, intl, fmt, L'*', val);
H A D5.cc52 bool intl = false; local
61 mp.put(out, intl, fmt, L'*', val);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/money_get/get/char/
H A D6.cc59 bool intl = false; local
71 mg.get(ibegp,iendp,intl,fmtp,err,valp);
77 mg.get(ibegn,iendn,intl,fmtn,err,valn);
83 mg.get(ibegp_ns,iendp_ns,intl,fmtp_ns,err,valp_ns);
89 mg.get(ibegn_ns,iendn_ns,intl,fmtn_ns,err,valn_ns);
H A D22131.cc51 bool intl = false; local
64 mg.get(ibeg1, iend1, intl, fmt1, err1, val1);
72 mg.get(ibeg2, iend2, intl, fmt2, err2, val2);
H A D8.cc69 bool intl = false; local
86 mg_a.get(ibeg_a,iend_a,intl,fmt_a,err,val_a);
92 mg_a.get(ibeg_a_ns,iend_a_ns,intl,fmt_a_ns,err,val_a_ns);
108 mg_b.get(ibeg_b,iend_b,intl,fmt_b,err,val_b);
114 mg_b.get(ibeg_b_ns,iend_b_ns,intl,fmt_b_ns,err,val_b_ns);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/
H A D6.cc59 bool intl = false; local
69 mg.get(ibegp,iendp,intl,fmtp,err,valp);
75 mg.get(ibegn,iendn,intl,fmtn,err,valn);
81 mg.get(ibegp_ns,iendp_ns,intl,fmtp_ns,err,valp_ns);
87 mg.get(ibegn_ns,iendn_ns,intl,fmtn_ns,err,valn_ns);
H A D22131.cc51 bool intl = false; local
64 mg.get(ibeg1, iend1, intl, fmt1, err1, val1);
72 mg.get(ibeg2, iend2, intl, fmt2, err2, val2);
H A D8.cc69 bool intl = false; local
86 mg_a.get(ibeg_a,iend_a,intl,fmt_a,err,val_a);
92 mg_a.get(ibeg_a_ns,iend_a_ns,intl,fmt_a_ns,err,val_a_ns);
108 mg_b.get(ibeg_b,iend_b,intl,fmt_b,err,val_b);
114 mg_b.get(ibeg_b_ns,iend_b_ns,intl,fmt_b_ns,err,val_b_ns);
/haiku-buildtools/gcc/contrib/reghunt/bin/
H A Dgcc-build-simple54 make all-intl > ${LOGDIR}/make.all-intl.log 2>&1 || true
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/i386/
H A Dinval.s43 intl 2
H A Dinval.l93 43 [ ]* intl 2
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dcxx11-shim_facets.cc370 do_get(iter_type s, iter_type end, bool intl, ios_base& io, argument
375 s = __money_get(other_abi{}, _M_get(), s, end, intl, io, err2,
385 do_get(iter_type s, iter_type end, bool intl, ios_base& io, argument
390 s = __money_get(other_abi{}, _M_get(), s, end, intl, io, err2,
411 do_put(iter_type s, bool intl, ios_base& io, argument
414 return __money_put(other_abi{}, _M_get(), s, intl, io, fill, units,
419 do_put(iter_type s, bool intl, ios_base& io, argument
424 return __money_put(other_abi{}, _M_get(), s, intl, io, fill, 0.L,
724 bool intl, ios_base& str, ios_base::iostate& err,
729 return m->get(s, end, intl, st
722 __money_get(current_abi, const facet* f, istreambuf_iterator<C> s, istreambuf_iterator<C> end, bool intl, ios_base& str, ios_base::iostate& err, long double* units, __any_string* digits) argument
753 __money_put(current_abi, const facet* f, ostreambuf_iterator<C> s, bool intl, ios_base& io, C fill, long double units, const __any_string* digits) argument
[all...]
/haiku-buildtools/legacy/binutils/
H A DMakefile.def72 host_modules= { module= intl; bootstrap=true; };
269 dependencies = { module=configure-gcc; on=configure-intl; };
274 dependencies = { module=all-gcc; on=all-intl; };
289 dependencies = { module=configure-libcpp; on=configure-intl; };
291 dependencies = { module=all-libcpp; on=all-intl; };
316 dependencies = { module=all-bfd; on=all-intl; };
324 dependencies = { module=all-binutils; on=all-intl; };
337 dependencies = { module=all-gas; on=all-intl; };
341 dependencies = { module=all-gprof; on=all-intl; };
348 dependencies = { module=all-ld; on=all-intl; };
[all...]
/haiku-buildtools/gcc/contrib/
H A Dgcc_update73 # intl library
74 intl/plural.c: intl/plural.y
75 intl/configure: intl/configure.ac intl/aclocal.m4
76 intl/config.h.in: intl/configure.ac intl/aclocal.m4
H A Dwarn_summary6 # usage: warn_summary [-llf] [-s stage] [-nosub|-ch|-cp|-f|-fortran|-java|-ada|-intl|-fixinc]
22 # -ch|-cp|-f|-fortran|-java|-ada|-intl|-fixinc
60 egrep -v '/gcc/(ch|cp|f|fortran|java|ada|intl|fixinc)/'
139 usage="usage: `basename $0` [-llf] [-s stage] [-nosub|-ch|-cp|-f|-fortran|-java|-ada|-intl|-fixinc] [-pass|-wpass] [file(s)]"
165 -nosub|-ch|-cp|-f|-fortran|-java|-ada|-intl|-fixinc) filter="`expr $1 : '-\(.*\)'`" ; shift ;;
/haiku-buildtools/binutils/
H A DMakefile.in927 maybe-configure-intl \
1063 @if intl-no-bootstrap
1064 all-host: maybe-all-intl
1065 @endif intl-no-bootstrap
1187 info-host: maybe-info-intl
1274 dvi-host: maybe-dvi-intl
1361 pdf-host: maybe-pdf-intl
1448 html-host: maybe-html-intl
1535 TAGS-host: maybe-TAGS-intl
1622 install-info-host: maybe-install-info-intl
[all...]

Completed in 128 milliseconds

123