Searched refs:DO_NumFmtInt64Test_applygr0 (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/perf/howExpensiveIs/ |
D | howExpensiveIs.cpp | 594 #define DO_NumFmtInt64Test_applygr0(p,n,x) { NumFmtInt64Test t(p,n,x,__FILE__,__LINE__,NumFmtInt64T… macro 828 DO_NumFmtInt64Test_applygr0("#","123",123); in runTests() 829 DO_NumFmtInt64Test_applygr0("#","12345",12345); in runTests() 830 DO_NumFmtInt64Test_applygr0("#,###","123",123); in runTests() 831 DO_NumFmtInt64Test_applygr0("#,###","12345",12345); in runTests()
|