Searched refs:testBuf (Results 1 - 3 of 3) sorted by relevance
/third_party/icu/icu4c/source/test/iotest/ |
H A D | strtst.c | 518 char testBuf[256] = ""; in TestStringCompatibility() local 526 sprintf(testBuf, "%x", (int)num); in TestStringCompatibility() 529 if (strcmp(myString, testBuf) != 0) { in TestStringCompatibility() 530 log_err("%%x Got: \"%s\", Expected: \"%s\"\n", myString, testBuf); in TestStringCompatibility() 533 sprintf(testBuf, "%X", (int)num); in TestStringCompatibility() 536 if (strcmp(myString, testBuf) != 0) { in TestStringCompatibility() 537 log_err("%%X Got: \"%s\", Expected: \"%s\"\n", myString, testBuf); in TestStringCompatibility() 540 sprintf(testBuf, "%o", (int)num); in TestStringCompatibility() 543 if (strcmp(myString, testBuf) != 0) { in TestStringCompatibility() 544 log_err("%%o Got: \"%s\", Expected: \"%s\"\n", myString, testBuf); in TestStringCompatibility() [all...] |
H A D | filetst.c | 51 char testBuf[256] = ""; in TestFileFromICU() local 59 memset(testBuf, '*', UPRV_LENGTHOF(testBuf)); in TestFileFromICU() 870 UChar testBuf[UPRV_LENGTHOF(strABAccentA)*2]; /* *2 to see if too much was */ in TestCodepage() local 898 retVal = u_file_read(testBuf, u_strlen(strABAccentA), myFile); in TestCodepage() 899 if (u_strncmp(strABAccentA, testBuf, u_strlen(strABAccentA)) != 0) { in TestCodepage() 918 retVal = u_file_read(testBuf, u_strlen(strBadConversion), myFile); in TestCodepage() 919 if (u_strncmp(strBadConversion, testBuf, u_strlen(strBadConversion)) != 0) { in TestCodepage() 927 u_file_read(testBuf, 1, myFile); in TestCodepage() 931 retVal = u_file_read(testBuf in TestCodepage() 1021 char testBuf[512] = ""; TestFilePrintCompatibility() local [all...] |
/third_party/node/test/parallel/ |
H A D | test-string-decoder-end.js | 91 testBuf(encoding, buf); 95 function testBuf(encoding, buf) { function
|
Completed in 5 milliseconds