Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcnumtst.c845 const char *numFormatted = "12,345,678,900,987,654,321.12345679"; in TestNumberFormat() local
867 if (strcmp(numFormatted, desta) != 0) { in TestNumberFormat()
869 __FILE__, __LINE__, numFormatted, desta); in TestNumberFormat()
871 if (strlen(numFormatted) != resultSize) { in TestNumberFormat()
873 __FILE__, __LINE__, strlen(numFormatted), resultSize); in TestNumberFormat()
884 if (strcmp(numFormatted, desta) != 0) { in TestNumberFormat()
886 __FILE__, __LINE__, numFormatted, desta); in TestNumberFormat()
900 u_uastrcpy(dest, numFormatted); /* Parse the expected output of the formatting test */ in TestNumberFormat()
920 u_uastrcpy(dest, numFormatted); /* Parse the expected output of the formatting test */ in TestNumberFormat()
934 if (strlen(numFormatted) != parsePos) { in TestNumberFormat()