Lines Matching refs:ref
45 string ref = "1";
47 ref += npct.thousands_sep();
49 ref += "234";
50 ref += npct.decimal_point();
51 ref += "56";
53 CPPUNIT_ASSERT( fostr.str() == ref );
56 ref = "1";
57 ref += npct.decimal_point();
58 ref += "23457e+";
61 ref += digits;
64 CPPUNIT_ASSERT( fostr.str() == ref );
74 ref = "1";
76 ref += npct.thousands_sep();
78 ref += "234";
81 CPPUNIT_ASSERT( fostr.str() == ref );
94 ref = "1";
95 ref += npct.thousands_sep();
96 ref += "234";
97 ref += npct.thousands_sep();
98 ref += "567";
99 ref += npct.thousands_sep();
100 ref += "890";
101 CPPUNIT_ASSERT( fostr.str() == ref );