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()
411 UnicodeString tempStr; in DataDrivenScanf() local
447 tempStr=testCase->getString("format", errorCode); in DataDrivenScanf()
448 tempStr.extract(format, UPRV_LENGTHOF(format), errorCode); in DataDrivenScanf()
449 tempStr=testCase->getString("result", errorCode); in DataDrivenScanf()
450 tempStr.extract(expectedResult, UPRV_LENGTHOF(expectedResult), errorCode); in DataDrivenScanf()
451 tempStr=testCase->getString("argument", errorCode); in DataDrivenScanf()
452 tempStr.extract(argument, UPRV_LENGTHOF(argument), errorCode); in DataDrivenScanf()
614 UnicodeString tempStr; in DataDrivenPrintfPrecision() local
641 tempStr=testCase->getString("format", errorCode); in DataDrivenPrintfPrecision()
642 tempStr.extract(format, UPRV_LENGTHOF(format), errorCode); in DataDrivenPrintfPrecision()
643 tempStr=testCase->getString("result", errorCode); in DataDrivenPrintfPrecision()
644 tempStr.extract(expectedResult, UPRV_LENGTHOF(expectedResult), errorCode); in DataDrivenPrintfPrecision()
645 tempStr=testCase->getString("argument", errorCode); in DataDrivenPrintfPrecision()
646 tempStr.extract(argument, UPRV_LENGTHOF(argument), errorCode); in DataDrivenPrintfPrecision()