Lines Matching refs:numFormatted
814 const char *numFormatted = "12,345,678,900,987,654,321.12345679";
835 if (strcmp(numFormatted, desta) != 0) {
837 __FILE__, __LINE__, numFormatted, desta);
839 if (strlen(numFormatted) != resultSize) {
841 __FILE__, __LINE__, strlen(numFormatted), resultSize);
852 if (strcmp(numFormatted, desta) != 0) {
854 __FILE__, __LINE__, numFormatted, desta);
868 u_uastrcpy(dest, numFormatted); /* Parse the expected output of the formatting test */
885 u_uastrcpy(dest, numFormatted); /* Parse the expected output of the formatting test */
896 if (strlen(numFormatted) != parsePos) {