Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcnumtst.c834 const char *numFormatted = "12,345,678,900,987,654,321.12345679"; in TestNumberFormat() local
855 if (strcmp(numFormatted, desta) != 0) { in TestNumberFormat()
857 __FILE__, __LINE__, numFormatted, desta); in TestNumberFormat()
859 if (strlen(numFormatted) != resultSize) { in TestNumberFormat()
861 __FILE__, __LINE__, strlen(numFormatted), resultSize); in TestNumberFormat()
872 if (strcmp(numFormatted, desta) != 0) { in TestNumberFormat()
874 __FILE__, __LINE__, numFormatted, desta); in TestNumberFormat()
888 u_uastrcpy(dest, numFormatted); /* Parse the expected output of the formatting test */ in TestNumberFormat()
905 u_uastrcpy(dest, numFormatted); /* Parse the expected output of the formatting test */ in TestNumberFormat()
916 if (strlen(numFormatted) != parsePos) { in TestNumberFormat()