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