• Home
  • Raw
  • Download

Lines Matching refs:tempStr

209     UnicodeString tempStr;  in DataDrivenPrintf()  local
245 tempStr=testCase->getString("format", errorCode); in DataDrivenPrintf()
246 tempStr.extract(format, UPRV_LENGTHOF(format), errorCode); in DataDrivenPrintf()
247 tempStr=testCase->getString("result", errorCode); in DataDrivenPrintf()
248 tempStr.extract(expectedResult, UPRV_LENGTHOF(expectedResult), errorCode); in DataDrivenPrintf()
249 tempStr=testCase->getString("argument", errorCode); in DataDrivenPrintf()
250 tempStr.extract(argument, UPRV_LENGTHOF(argument), errorCode); in DataDrivenPrintf()
374 UnicodeString tempStr; in DataDrivenScanf() local
410 tempStr=testCase->getString("format", errorCode); in DataDrivenScanf()
411 tempStr.extract(format, UPRV_LENGTHOF(format), errorCode); in DataDrivenScanf()
412 tempStr=testCase->getString("result", errorCode); in DataDrivenScanf()
413 tempStr.extract(expectedResult, UPRV_LENGTHOF(expectedResult), errorCode); in DataDrivenScanf()
414 tempStr=testCase->getString("argument", errorCode); in DataDrivenScanf()
415 tempStr.extract(argument, UPRV_LENGTHOF(argument), errorCode); in DataDrivenScanf()
577 UnicodeString tempStr; in DataDrivenPrintfPrecision() local
604 tempStr=testCase->getString("format", errorCode); in DataDrivenPrintfPrecision()
605 tempStr.extract(format, UPRV_LENGTHOF(format), errorCode); in DataDrivenPrintfPrecision()
606 tempStr=testCase->getString("result", errorCode); in DataDrivenPrintfPrecision()
607 tempStr.extract(expectedResult, UPRV_LENGTHOF(expectedResult), errorCode); in DataDrivenPrintfPrecision()
608 tempStr=testCase->getString("argument", errorCode); in DataDrivenPrintfPrecision()
609 tempStr.extract(argument, UPRV_LENGTHOF(argument), errorCode); in DataDrivenPrintfPrecision()