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

/external/icu4c/test/perf/DateFmtPerf/
H A DDateFmtPerf.cpp125 #define FUNCTION_COUNT 6 macro
127 UPerfFunction *functions[FUNCTION_COUNT];
137 double t[FUNCTION_COUNT];
138 for(int i = 0; i < FUNCTION_COUNT; i++) t[i] = 0;
150 for(int j = 0; U_SUCCESS(status)&& j < FUNCTION_COUNT; j++)
165 for(int i = 0; i < FUNCTION_COUNT; i++)

Completed in 82 milliseconds