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