Home
last modified time | relevance | path

Searched refs:tempStr (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/test/iotest/
Diotest.cpp205 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()
[all …]
Dstream.cpp104 string tempStr = outTestStream.str(); in TestStream() local
105 const char *testStreamBuf = tempStr.c_str(); in TestStream()
144 tempStr = outFormatStream.str(); in TestStream()
145 const char *testFormatStreamBuf = tempStr.c_str(); in TestStream()
/external/icu4c/test/intltest/
Dloctest.cpp2199 UnicodeString tempStr, resultStr; in TestCurrencyByDate() local
2221 tempStr.setTo(TMP); in TestCurrencyByDate()
2223 if (resultStr != tempStr) { in TestCurrencyByDate()
2234 tempStr.setTo(TMP); in TestCurrencyByDate()
2236 if (resultStr != tempStr) { in TestCurrencyByDate()
2247 tempStr.setTo(TMP); in TestCurrencyByDate()
2249 if (resultStr != tempStr) { in TestCurrencyByDate()
2261 tempStr.setTo(TMP); in TestCurrencyByDate()
2263 if (resultStr != tempStr) { in TestCurrencyByDate()
2267 tempStr.setTo(TMP); in TestCurrencyByDate()
[all …]
/external/icu4c/i18n/
Ddcfmtsym.cpp297 UnicodeString tempStr; in initialize() local
301 uprv_getStaticCurrencyName(curriso, locStr, tempStr, internalStatus); in initialize()
304 fSymbols[kCurrencySymbol] = tempStr; in initialize()