Searched refs:DO_NumFmtInt64Test_apply (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/perf/howExpensiveIs/
H A DhowExpensiveIs.cpp590 #define DO_NumFmtInt64Test_apply(p,n,x) { NumFmtInt64Test t(p,n,x,__FILE__,__LINE__,NumFmtInt64Test::EMode::kApplyPattern); runTestOn(t); } macro
822 DO_NumFmtInt64Test_apply("#","123",123);
823 DO_NumFmtInt64Test_apply("#","12345",12345);
824 DO_NumFmtInt64Test_apply("#,###","123",123);
825 DO_NumFmtInt64Test_apply("#,###","12,345",12345);

Completed in 84 milliseconds