Searched refs:thousands_sep (Results 1 - 25 of 40) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/locale/cons/
H A D38368.cc37 VERIFY( mpunt.thousands_sep() == ',' );
42 VERIFY( mpunf.thousands_sep() == ',' );
46 VERIFY( npun.thousands_sep() == ',' );
H A D7.cc65 char th1 = nump_c.thousands_sep();
71 char th2 = nump_1.thousands_sep();
77 char th3 = nump_2.thousands_sep();
83 char th4 = nump_is.thousands_sep();
/netbsd-6-1-5-RELEASE/lib/libc/locale/
H A Dnb_lc_numeric_misc.h50 ldata->thousands_sep = __UNCONST(data->thousands_sep);
54 cache->items[(size_t)THOUSEP ] = data->thousands_sep;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/numpunct/members/char/
H A D2.cc56 char th2 = nump_us.thousands_sep();
62 char th3 = nump_is.thousands_sep();
68 char th4 = nump_de.thousands_sep();
H A D1.cc39 char th1 = nump_c.thousands_sep();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/numpunct/members/wchar_t/
H A D2.cc55 wchar_t th2 = nump_us.thousands_sep();
61 wchar_t th3 = nump_is.thousands_sep();
67 wchar_t th4 = nump_de.thousands_sep();
H A D1.cc39 wchar_t th1 = nump_c.thousands_sep();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/numpunct/members/char/
H A D2.cc56 char th2 = nump_us.thousands_sep();
62 char th3 = nump_fr.thousands_sep();
68 char th4 = nump_de.thousands_sep();
H A D1.cc40 char th1 = nump_c.thousands_sep();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/numpunct/members/wchar_t/
H A D2.cc56 wchar_t th2 = nump_us.thousands_sep();
62 wchar_t th3 = nump_fr.thousands_sep();
68 wchar_t th4 = nump_de.thousands_sep();
H A D1.cc40 wchar_t th1 = nump_c.thousands_sep();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/moneypunct/members/char/
H A D2.cc49 char q2 = monp_c_t.thousands_sep();
51 char q4 = monp_c_f.thousands_sep();
59 char th1 = monp_c_t.thousands_sep();
69 char th2 = monp_de_t.thousands_sep();
H A D1.cc45 char q2 = monp_c_t.thousands_sep();
47 char q4 = monp_c_f.thousands_sep();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/moneypunct/members/wchar_t/
H A D2.cc49 wchar_t q2 = monp_c_t.thousands_sep();
51 wchar_t q4 = monp_c_f.thousands_sep();
59 wchar_t th1 = monp_c_t.thousands_sep();
69 wchar_t th2 = monp_de_t.thousands_sep();
H A D1.cc45 wchar_t q2 = monp_c_t.thousands_sep();
47 wchar_t q4 = monp_c_f.thousands_sep();
/netbsd-6-1-5-RELEASE/include/
H A Dlocale.h39 char *thousands_sep; member in struct:lconv
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/locale/cons/
H A D7.cc65 char th1 = nump_c.thousands_sep();
71 char th2 = nump_1.thousands_sep();
77 char th3 = nump_2.thousands_sep();
83 char th4 = nump_fr.thousands_sep();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/moneypunct/members/char/
H A D2.cc50 char q2 = monp_c_t.thousands_sep();
52 char q4 = monp_c_f.thousands_sep();
60 char th1 = monp_c_t.thousands_sep();
70 char th2 = monp_de_t.thousands_sep();
H A D1.cc46 char q2 = monp_c_t.thousands_sep();
48 char q4 = monp_c_f.thousands_sep();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/moneypunct/members/wchar_t/
H A D2.cc50 wchar_t q2 = monp_c_t.thousands_sep();
52 wchar_t q4 = monp_c_f.thousands_sep();
60 wchar_t th1 = monp_c_t.thousands_sep();
70 wchar_t th2 = monp_de_t.thousands_sep();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/numpunct_byname/
H A Dnamed_equivalence.cc51 char th1 = nump_byname.thousands_sep();
57 char th2 = nump_de.thousands_sep();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/numpunct_byname/
H A Dnamed_equivalence.cc52 char th1 = nump_byname.thousands_sep();
58 char th2 = nump_de.thousands_sep();
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dlocaledef.h77 const char *thousands_sep; member in struct:__anon9542
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/moneypunct_byname/
H A Dnamed_equivalence.cc54 char th1 = monp_de.thousands_sep();
64 char th2 = monp_byname.thousands_sep();
/netbsd-6-1-5-RELEASE/lib/libc/citrus/
H A Dcitrus_lc_numeric.c81 free(__UNCONST(data->thousands_sep));
95 { _CITRUS_LC_NUMERIC_SYM_THOUSANDS_SEP, OFFSET(thousands_sep) },

Completed in 288 milliseconds

12