Lines Matching refs:cExpected
208 char cExpected[sizeof(cBuffer)]; in DataDrivenPrintf() local
302 u_austrncpy(cExpected, expectedResult, sizeof(cExpected)); in DataDrivenPrintf()
305 i, cFormat, cBuffer, cExpected); in DataDrivenPrintf()
331 u_austrncpy(cExpected, expectedResult, sizeof(cExpected)); in DataDrivenPrintf()
334 i, cFormat, cBuffer, cExpected); in DataDrivenPrintf()
373 char cExpected[sizeof(cBuffer)]; in DataDrivenScanf() local
479 u_austrcpy(cExpected, expectedResult); in DataDrivenScanf()
482 if (strcmp(cBuffer, cExpected) != 0) { in DataDrivenScanf()
483 …rror in scanf char * string. Got \"%s\" Expected \"%s\". Test case = %d\n", cBuffer, cExpected, i); in DataDrivenScanf()
490 u_austrcpy(cExpected, format); in DataDrivenScanf()
492 … log_err("error in scanf UChar * string %s Got: \"%s\". Test case = %d\n", cExpected, cBuffer, i); in DataDrivenScanf()
576 char cExpected[sizeof(cBuffer)]; in DataDrivenPrintfPrecision() local
654 u_austrncpy(cExpected, expectedResult, sizeof(cExpected)); in DataDrivenPrintfPrecision()
657 i, cFormat, cBuffer, cExpected); in DataDrivenPrintfPrecision()