D | tsdcfmsy.cpp | 204 Verify(34.5, u"00.00", sym, u"34.50"); in testSymbols() 206 Verify(34.5, u"00.00", sym, u"34S50"); in testSymbols() 208 Verify(34.5, u"00 %", sym, u"3450 P"); in testSymbols() 210 Verify(34.5, u"\u00a4##.##", sym, u"D\u00a034.50"); in testSymbols() 212 Verify(3456.5, u"0,000.##", sym, u"3|456S5"); in testSymbols() 250 Verify(1234567.25, "#,##0.##", *lastResort, "1,234,567.25"); in testLastResortData() 384 Verify(1234.56, "#,##0.##", dfs, expected1); in testNumberingSystem() 393 void IntlTestDecimalFormatSymbols::Verify(double value, const UnicodeString& pattern, in Verify() function in IntlTestDecimalFormatSymbols
|