Lines Matching refs:tempStr
206 UnicodeString tempStr; in DataDrivenPrintf() local
242 tempStr=testCase->getString("format", errorCode); in DataDrivenPrintf()
243 tempStr.extract(format, sizeof(format)/sizeof(format[0]), errorCode); in DataDrivenPrintf()
244 tempStr=testCase->getString("result", errorCode); in DataDrivenPrintf()
245 … tempStr.extract(expectedResult, sizeof(expectedResult)/sizeof(expectedResult[0]), errorCode); in DataDrivenPrintf()
246 tempStr=testCase->getString("argument", errorCode); in DataDrivenPrintf()
247 tempStr.extract(argument, sizeof(argument)/sizeof(argument[0]), errorCode); in DataDrivenPrintf()
371 UnicodeString tempStr; in DataDrivenScanf() local
407 tempStr=testCase->getString("format", errorCode); in DataDrivenScanf()
408 tempStr.extract(format, sizeof(format)/sizeof(format[0]), errorCode); in DataDrivenScanf()
409 tempStr=testCase->getString("result", errorCode); in DataDrivenScanf()
410 … tempStr.extract(expectedResult, sizeof(expectedResult)/sizeof(expectedResult[0]), errorCode); in DataDrivenScanf()
411 tempStr=testCase->getString("argument", errorCode); in DataDrivenScanf()
412 tempStr.extract(argument, sizeof(argument)/sizeof(argument[0]), errorCode); in DataDrivenScanf()
574 UnicodeString tempStr; in DataDrivenPrintfPrecision() local
601 tempStr=testCase->getString("format", errorCode); in DataDrivenPrintfPrecision()
602 tempStr.extract(format, sizeof(format)/sizeof(format[0]), errorCode); in DataDrivenPrintfPrecision()
603 tempStr=testCase->getString("result", errorCode); in DataDrivenPrintfPrecision()
604 … tempStr.extract(expectedResult, sizeof(expectedResult)/sizeof(expectedResult[0]), errorCode); in DataDrivenPrintfPrecision()
605 tempStr=testCase->getString("argument", errorCode); in DataDrivenPrintfPrecision()
606 tempStr.extract(argument, sizeof(argument)/sizeof(argument[0]), errorCode); in DataDrivenPrintfPrecision()