Home
last modified time | relevance | path

Searched refs:NUM_STRING (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/perf/DateFmtPerf/
DDateFmtPerf.h686 #define NUM_STRING "9876543210.123" macro
717 const char *str = NUM_STRING; in call()
734 if(strcmp(str,NUM_STRING)) { in call()
735 …cout << "Failed Stdio: sprintf got wrong result, expected " << NUM_STRING << " got " << str << end… in call()