Searched refs:tempStr (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/test/iotest/
H A Diotest.cpp206 UnicodeString tempStr; local
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; local
407 tempStr=testCase->getString("format", errorCode);
408 tempStr
574 UnicodeString tempStr; local
[all...]
H A Dstream.cpp97 string tempStr = outTestStream.str(); local
98 const char *testStreamBuf = tempStr.c_str();
137 tempStr = outFormatStream.str();
138 const char *testFormatStreamBuf = tempStr.c_str();
/external/icu/icu4c/source/test/iotest/
H A Diotest.cpp206 UnicodeString tempStr; local
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; local
407 tempStr=testCase->getString("format", errorCode);
408 tempStr
574 UnicodeString tempStr; local
[all...]
H A Dstream.cpp97 string tempStr = outTestStream.str(); local
98 const char *testStreamBuf = tempStr.c_str();
137 tempStr = outFormatStream.str();
138 const char *testFormatStreamBuf = tempStr.c_str();
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dkey_util.js404 var tempStr = '';
442 tempStr += cvox.KeyUtil.getReadableNameForKeyCode(keyCode);
444 tempStr += cvox.KeyUtil.keyCodeToString(keyCode);
449 tempStr += modifier + '+';
452 str += tempStr;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dloctest.cpp2226 UnicodeString tempStr, resultStr; local
2248 tempStr.setTo(TMP);
2250 if (resultStr != tempStr) {
2261 tempStr.setTo(TMP);
2263 if (resultStr != tempStr) {
2274 tempStr.setTo(TMP);
2276 if (resultStr != tempStr) {
2288 tempStr.setTo(TMP);
2290 if (resultStr != tempStr) {
2294 tempStr
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dloctest.cpp2226 UnicodeString tempStr, resultStr; local
2248 tempStr.setTo(TMP);
2250 if (resultStr != tempStr) {
2261 tempStr.setTo(TMP);
2263 if (resultStr != tempStr) {
2274 tempStr.setTo(TMP);
2276 if (resultStr != tempStr) {
2288 tempStr.setTo(TMP);
2290 if (resultStr != tempStr) {
2294 tempStr
[all...]
/external/chromium_org/third_party/libjpeg_turbo/
H A Dtjunittest.c338 char tempStr[1024]; unsigned char *srcBuf=NULL; local
373 snprintf(tempStr, 1024, "%s_enc_%s_%s_%s.yuv", basename, pixFormatStr[pf],
376 snprintf(tempStr, 1024, "%s_enc_%s_%s_%s_Q%d.jpg", basename,
379 writeJPEG(*dstBuf, *dstSize, tempStr);
386 printf(" %f ms\n Result in %s\n", t*1000., tempStr);
/external/chromium_org/third_party/icu/source/i18n/
H A Ddcfmtsym.cpp302 UnicodeString tempStr; local
305 uprv_getStaticCurrencyName(curriso, locStr, tempStr, internalStatus);
308 fSymbols[kCurrencySymbol] = tempStr;
/external/icu/icu4c/source/i18n/
H A Ddcfmtsym.cpp302 UnicodeString tempStr; local
305 uprv_getStaticCurrencyName(curriso, locStr, tempStr, internalStatus);
308 fSymbols[kCurrencySymbol] = tempStr;

Completed in 6673 milliseconds