Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcnumtst.c862 const char *numFormatted = "12,345,678,900,987,654,321.12345679"; in TestNumberFormat() local
884 if (strcmp(numFormatted, desta) != 0) { in TestNumberFormat()
886 __FILE__, __LINE__, numFormatted, desta); in TestNumberFormat()
888 if ((int32_t)strlen(numFormatted) != resultSize) { in TestNumberFormat()
890 __FILE__, __LINE__, (int32_t)strlen(numFormatted), resultSize); in TestNumberFormat()
901 if (strcmp(numFormatted, desta) != 0) { in TestNumberFormat()
903 __FILE__, __LINE__, numFormatted, desta); in TestNumberFormat()
917 u_uastrcpy(dest, numFormatted); /* Parse the expected output of the formatting test */ in TestNumberFormat()
937 u_uastrcpy(dest, numFormatted); /* Parse the expected output of the formatting test */ in TestNumberFormat()
951 if ((int32_t)strlen(numFormatted) != parsePos) { in TestNumberFormat()