Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/iotest/
Diotest.cpp209 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()
[all …]
Dstream.cpp99 string tempStr = outTestStream.str(); in TestStream() local
100 const char *testStreamBuf = tempStr.c_str(); in TestStream()
139 tempStr = outFormatStream.str(); in TestStream()
140 const char *testFormatStreamBuf = tempStr.c_str(); in TestStream()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DIDNAConformanceTest.java253 String tempStr = null; in getInputData() local
258 while ((tempStr = in.readLine()) != null) { in getInputData()
261 if ("=====".equals(tempStr)) in getInputData()
267 if ("".equals(tempStr)) { in getInputData()
275 int postion = tempStr.indexOf(":"); in getInputData()
277 attr = tempStr.substring(0, postion).trim(); in getInputData()
278 body = tempStr.substring(postion + 1).trim(); in getInputData()
285 tempStr = in.readLine(); in getInputData()
286 body += tempStr; in getInputData()
293 if ("=====".equals(tempStr)) { in getInputData()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
DIDNAConformanceTest.java256 String tempStr = null; in getInputData() local
261 while ((tempStr = in.readLine()) != null) { in getInputData()
264 if ("=====".equals(tempStr)) in getInputData()
270 if ("".equals(tempStr)) { in getInputData()
278 int postion = tempStr.indexOf(":"); in getInputData()
280 attr = tempStr.substring(0, postion).trim(); in getInputData()
281 body = tempStr.substring(postion + 1).trim(); in getInputData()
288 tempStr = in.readLine(); in getInputData()
289 body += tempStr; in getInputData()
296 if ("=====".equals(tempStr)) { in getInputData()
/third_party/skia/third_party/externals/libjpeg-turbo/
Dtjbench.c147 char tempStr[1024], sizeStr[24] = "\0", qualStr[13] = "\0", *ptr; in decomp() local
239 tempStr, 1024), in decomp()
244 4, tempStr, 1024)); in decomp()
269 snprintf(tempStr, 1024, "%s_%s.%s", fileName, sizeStr, ext); in decomp()
271 snprintf(tempStr, 1024, "%s_%s%s_%s.%s", fileName, subName[subsamp], in decomp()
274 if (tjSaveImage(tempStr, dstBuf, scaledw, 0, scaledh, pf, flags) == -1) in decomp()
276 ptr = strrchr(tempStr, '.'); in decomp()
277 snprintf(ptr, 1024 - (ptr - tempStr), "-err.%s", ext); in decomp()
279 if (!quiet) fprintf(stderr, "Compression error written to %s.\n", tempStr); in decomp()
305 if (tjSaveImage(tempStr, dstBuf, w, 0, h, pf, flags) == -1) in decomp()
[all …]
Dtjunittest.c377 char tempStr[filePathSize]; in compTest() local
421 snprintf(tempStr, filePathSize, "%s_enc_%s_%s_%s_Q%d.jpg", basename, pfStr, in compTest()
423 writeJPEG(*dstBuf, *dstSize, tempStr); in compTest()
424 fprintf(stderr, "Done.\n Result in %s\n", tempStr); in compTest()
/third_party/icu/icu4c/source/test/intltest/
Dloctest.cpp5064 UnicodeString tempStr, resultStr; in TestCurrencyByDate() local
5086 tempStr.setTo(TMP); in TestCurrencyByDate()
5088 if (resultStr != tempStr) { in TestCurrencyByDate()
5099 tempStr.setTo(TMP); in TestCurrencyByDate()
5101 if (resultStr != tempStr) { in TestCurrencyByDate()
5112 tempStr.setTo(TMP); in TestCurrencyByDate()
5114 if (resultStr != tempStr) { in TestCurrencyByDate()
5126 tempStr.setTo(TMP); in TestCurrencyByDate()
5128 if (resultStr != tempStr) { in TestCurrencyByDate()
5132 tempStr.setTo(TMP); in TestCurrencyByDate()
[all …]
/third_party/node/lib/internal/util/
Dinspect.js2170 let tempStr;
2181 tempStr = formatNumberNoColor(tempArg, inspectOptions);
2183 tempStr = formatBigIntNoColor(tempArg, inspectOptions);
2187 tempStr = String(tempArg);
2189 tempStr = inspect(tempArg, {
2199 tempStr = tryStringify(args[++a]);
2204 tempStr = formatBigIntNoColor(tempNum, inspectOptions);
2206 tempStr = 'NaN';
2208 tempStr = formatNumberNoColor(Number(tempNum), inspectOptions);
2213 tempStr = inspect(args[++a], inspectOptions);
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dwpa_debug.c589 static char tempStr[WPA_MAX_ANONYMIZE_LENGTH]; in get_anonymized_result_setnetwork() local
594 os_strlcpy(tempStr, strOfStrtok, sizeof(tempStr)); in get_anonymized_result_setnetwork()
595 os_snprintf(cmd, sizeof(cmd), "%s\"%s\"", tempStr, anonymize_ssid(tempssid)); in get_anonymized_result_setnetwork()
606 static char tempStr[WPA_MAX_ANONYMIZE_LENGTH]; in get_anonymized_result_setnetwork() local
611 os_strlcpy(tempStr, strOfStrtok, sizeof(tempStr)); in get_anonymized_result_setnetwork()
612 os_snprintf(cmd, sizeof(cmd), "%s\"%s\"", tempStr, tempNumbel); in get_anonymized_result_setnetwork()
/third_party/icu/icu4c/source/i18n/
Ddcfmtsym.cpp461 UnicodeString tempStr; in initialize() local
529 UnicodeString tempStr; in setCurrency() local
530 uprv_getStaticCurrencyName(currency, locale.getName(), tempStr, status); in setCurrency()
533 fSymbols[kCurrencySymbol] = tempStr; in setCurrency()
/third_party/node/deps/icu-small/source/i18n/
Ddcfmtsym.cpp465 UnicodeString tempStr; in initialize() local
533 UnicodeString tempStr; in setCurrency() local
534 uprv_getStaticCurrencyName(currency, locale.getName(), tempStr, status); in setCurrency()
537 fSymbols[kCurrencySymbol] = tempStr; in setCurrency()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddcfmtsym.cpp460 UnicodeString tempStr; in initialize() local
527 UnicodeString tempStr; in setCurrency() local
528 uprv_getStaticCurrencyName(currency, locale.getName(), tempStr, status); in setCurrency()
531 fSymbols[kCurrencySymbol] = tempStr; in setCurrency()
/third_party/gptfdisk/
Dbasicmbr.cc1584 string tempStr; in DoMenu() local
1639 tempStr = ReadString(); in DoMenu()
1640 if (IsHex(tempStr)) in DoMenu()
1641 sscanf(tempStr.c_str(), "%x", &hexCode); in DoMenu()