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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcnumtst.c824 const char *numFormatted = "12,345,678,900,987,654,321.12345679"; local
845 if (strcmp(numFormatted, desta) != 0) {
847 __FILE__, __LINE__, numFormatted, desta);
849 if (strlen(numFormatted) != resultSize) {
851 __FILE__, __LINE__, strlen(numFormatted), resultSize);
862 if (strcmp(numFormatted, desta) != 0) {
864 __FILE__, __LINE__, numFormatted, desta);
878 u_uastrcpy(dest, numFormatted); /* Parse the expected output of the formatting test */
895 u_uastrcpy(dest, numFormatted); /* Parse the expected output of the formatting test */
906 if (strlen(numFormatted) !
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c830 const char *numFormatted = "12,345,678,900,987,654,321.12345679"; local
851 if (strcmp(numFormatted, desta) != 0) {
853 __FILE__, __LINE__, numFormatted, desta);
855 if (strlen(numFormatted) != resultSize) {
857 __FILE__, __LINE__, strlen(numFormatted), resultSize);
868 if (strcmp(numFormatted, desta) != 0) {
870 __FILE__, __LINE__, numFormatted, desta);
884 u_uastrcpy(dest, numFormatted); /* Parse the expected output of the formatting test */
901 u_uastrcpy(dest, numFormatted); /* Parse the expected output of the formatting test */
912 if (strlen(numFormatted) !
[all...]

Completed in 1228 milliseconds