• Home
  • Raw
  • Download

Lines Matching refs:tempStr

205     UnicodeString tempStr;  in DataDrivenPrintf()  local
241 tempStr=testCase->getString("format", errorCode); in DataDrivenPrintf()
242 tempStr.extract(format, sizeof(format)/sizeof(format[0]), errorCode); in DataDrivenPrintf()
243 tempStr=testCase->getString("result", errorCode); in DataDrivenPrintf()
244tempStr.extract(expectedResult, sizeof(expectedResult)/sizeof(expectedResult[0]), errorCode); in DataDrivenPrintf()
245 tempStr=testCase->getString("argument", errorCode); in DataDrivenPrintf()
246 tempStr.extract(argument, sizeof(argument)/sizeof(argument[0]), errorCode); in DataDrivenPrintf()
370 UnicodeString tempStr; in DataDrivenScanf() local
406 tempStr=testCase->getString("format", errorCode); in DataDrivenScanf()
407 tempStr.extract(format, sizeof(format)/sizeof(format[0]), errorCode); in DataDrivenScanf()
408 tempStr=testCase->getString("result", errorCode); in DataDrivenScanf()
409tempStr.extract(expectedResult, sizeof(expectedResult)/sizeof(expectedResult[0]), errorCode); in DataDrivenScanf()
410 tempStr=testCase->getString("argument", errorCode); in DataDrivenScanf()
411 tempStr.extract(argument, sizeof(argument)/sizeof(argument[0]), errorCode); in DataDrivenScanf()
573 UnicodeString tempStr; in DataDrivenPrintfPrecision() local
600 tempStr=testCase->getString("format", errorCode); in DataDrivenPrintfPrecision()
601 tempStr.extract(format, sizeof(format)/sizeof(format[0]), errorCode); in DataDrivenPrintfPrecision()
602 tempStr=testCase->getString("result", errorCode); in DataDrivenPrintfPrecision()
603tempStr.extract(expectedResult, sizeof(expectedResult)/sizeof(expectedResult[0]), errorCode); in DataDrivenPrintfPrecision()
604 tempStr=testCase->getString("argument", errorCode); in DataDrivenPrintfPrecision()
605 tempStr.extract(argument, sizeof(argument)/sizeof(argument[0]), errorCode); in DataDrivenPrintfPrecision()