HomeSort by relevance Sort by last modified time
    Searched refs:tempStr (Results 1 - 4 of 4) sorted by null

  /external/icu4c/test/iotest/
iotest.cpp 206 UnicodeString tempStr;
242 tempStr=testCase->getString("format", errorCode);
243 tempStr.extract(format, sizeof(format)/sizeof(format[0]), errorCode);
244 tempStr=testCase->getString("result", errorCode);
245 tempStr.extract(expectedResult, sizeof(expectedResult)/sizeof(expectedResult[0]), errorCode);
246 tempStr=testCase->getString("argument", errorCode);
247 tempStr.extract(argument, sizeof(argument)/sizeof(argument[0]), errorCode);
371 UnicodeString tempStr;
407 tempStr=testCase->getString("format", errorCode);
408 tempStr.extract(format, sizeof(format)/sizeof(format[0]), errorCode)
    [all...]
stream.cpp 97 string tempStr = outTestStream.str();
98 const char *testStreamBuf = tempStr.c_str();
137 tempStr = outFormatStream.str();
138 const char *testFormatStreamBuf = tempStr.c_str();
  /external/icu4c/test/intltest/
loctest.cpp     [all...]
  /external/icu4c/i18n/
dcfmtsym.cpp 297 UnicodeString tempStr;
301 uprv_getStaticCurrencyName(curriso, locStr, tempStr, internalStatus);
304 fSymbols[kCurrencySymbol] = tempStr;

Completed in 643 milliseconds