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

/external/icu/icu4c/source/test/perf/howExpensiveIs/
H A DhowExpensiveIs.cpp594 #define DO_NumFmtInt64Test_applygr0(p,n,x) { NumFmtInt64Test t(p,n,x,__FILE__,__LINE__,NumFmtInt64Test::EMode::kApplyGroupOff); runTestOn(t); } macro
828 DO_NumFmtInt64Test_applygr0("#","123",123);
829 DO_NumFmtInt64Test_applygr0("#","12345",12345);
830 DO_NumFmtInt64Test_applygr0("#,###","123",123);
831 DO_NumFmtInt64Test_applygr0("#,###","12345",12345);

Completed in 149 milliseconds