Searched refs:npct (Results 1 – 1 of 1) sorted by relevance
37 numpunct<char> const& npct = use_facet<numpunct<char> >(loc); in _num_put_get() local38 CPPUNIT_ASSERT( npct.decimal_point() == *rl.decimal_point ); in _num_put_get()46 if (!npct.grouping().empty()) { in _num_put_get()47 ref += npct.thousands_sep(); in _num_put_get()50 ref += npct.decimal_point(); in _num_put_get()57 ref += npct.decimal_point(); in _num_put_get()75 if (!npct.grouping().empty()) { in _num_put_get()76 ref += npct.thousands_sep(); in _num_put_get()90 if (npct.grouping().size() == 1 && npct.grouping()[0] == 3) { in _num_put_get()95 ref += npct.thousands_sep(); in _num_put_get()[all …]