Home | History | Annotate | Download | only in unit

Lines Matching full:npct

37   numpunct<char> const& npct = use_facet<numpunct<char> >(loc);
38 CPPUNIT_ASSERT( npct.decimal_point() == *rl.decimal_point );
46 if (!npct.grouping().empty()) {
47 ref += npct.thousands_sep();
50 ref += npct.decimal_point();
57 ref += npct.decimal_point();
75 if (!npct.grouping().empty()) {
76 ref += npct.thousands_sep();
90 if (npct.grouping().size() == 1 && npct.grouping()[0] == 3) {
95 ref += npct.thousands_sep();
97 ref += npct.thousands_sep();
99 ref += npct.thousands_sep();