/external/cldr/tools/c/genldml/ |
D | genldml.cpp | 436 UnicodeString tempStr; in writeXMLVersionAndComments() local 437 …xmlString.append(formatString(mStringsBundle.getStringEx("localeData",mError),arguments,2,tempStr)… in writeXMLVersionAndComments() 443 UnicodeString tempStr; in writeVersion() local 476 UnicodeString xmlString, tempStr,tempStr1,tempStr2; in writeIdentity() local 487 format.format(Calendar::getNow(),tempStr); in writeIdentity() 489 args[1]=tempStr; in writeIdentity() 490 tempStr.remove(); in writeIdentity() 493 …xmlString.append(formatString(mStringsBundle.getStringEx("generationDate",mError),args,2,tempStr)); in writeIdentity() 511 tempStr.remove(); in writeIdentity() 512 tempStr = mLocale.getScript(); in writeIdentity() [all …]
|
/external/pdfium/fxbarcode/oned/ |
D | BC_OnedUPCAWriter.cpp | 119 ByteString tempStr = str.Substr(1, 5); in ShowChars() local 123 length = tempStr.GetLength(); in ShowChars() 158 CalcTextInfo(tempStr, &charpos[1], m_pFont.Get(), strWidth, iFontSize, blank); in ShowChars() 169 tempStr = str.Substr(6, 5); in ShowChars() 170 length = tempStr.GetLength(); in ShowChars() 171 CalcTextInfo(tempStr, &charpos[6], m_pFont.Get(), strWidth, iFontSize, blank); in ShowChars() 183 tempStr = str.First(1); in ShowChars() 184 length = tempStr.GetLength(); in ShowChars() 188 CalcTextInfo(tempStr, charpos.data(), m_pFont.Get(), strWidth, iFontSize, in ShowChars() 199 tempStr = str.Substr(11, 1); in ShowChars() [all …]
|
D | BC_OnedEAN13Writer.cpp | 144 ByteString tempStr = str.Substr(1, 6); in ShowChars() local 169 length = tempStr.GetLength(); in ShowChars() 172 CalcTextInfo(tempStr, &charpos[1], m_pFont.Get(), (float)strWidth, iFontSize, in ShowChars() 184 tempStr = str.Substr(7, 6); in ShowChars() 185 length = tempStr.GetLength(); in ShowChars() 186 CalcTextInfo(tempStr, &charpos[7], m_pFont.Get(), (float)strWidth, iFontSize, in ShowChars() 199 tempStr = str.First(1); in ShowChars() 200 length = tempStr.GetLength(); in ShowChars() 204 CalcTextInfo(tempStr, charpos.data(), m_pFont.Get(), (float)strWidth, in ShowChars()
|
D | BC_OnedEAN8Writer.cpp | 141 ByteString tempStr = str.First(4); in ShowChars() local 142 size_t iLen = tempStr.GetLength(); in ShowChars() 164 CalcTextInfo(tempStr, charpos.data(), m_pFont.Get(), (float)strWidth, in ShowChars() 175 tempStr = str.Substr(4, 4); in ShowChars() 176 iLen = tempStr.GetLength(); in ShowChars() 177 CalcTextInfo(tempStr, &charpos[4], m_pFont.Get(), (float)strWidth, iFontSize, in ShowChars()
|
/external/icu/icu4c/source/test/iotest/ |
D | iotest.cpp | 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() [all …]
|
D | stream.cpp | 99 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()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/ |
D | IDNAConformanceTest.java | 256 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()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
D | IDNAConformanceTest.java | 253 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()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_misc.cpp | 383 std::string tempStr(printStr); in PRINT() local 384 pos = tempStr.find('%', pos); in PRINT() 398 if (toupper(tempStr[pos + 1]) == 'X') in PRINT() 400 tempStr[pos] = '0'; in PRINT() 401 tempStr[pos + 1] = 'x'; in PRINT() 402 tempStr.insert(pos + 2, "%08X "); in PRINT() 418 tempStr.insert(pos, vectorFormatStr); in PRINT() 421 else if ((tempStr[pos + 1] == 'f') && (pContainedType->isFloatTy())) in PRINT() 430 tempStr.insert(pos, std::string("%f ")); in PRINT() 438 else if ((tempStr[pos + 1] == 'd') && (pContainedType->isIntegerTy())) in PRINT() [all …]
|
/external/libjpeg-turbo/ |
D | tjbench.c | 147 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 …]
|
D | tjunittest.c | 377 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()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/ |
D | gen_backends.py | 84 tempStr = backend.functionTableName 87 tempStr += '[' + str(i) + ']' 89 tempStr += backend.funcInstanceHeader + ','.join(map(str, output_combinations[x])) + '>>;' 91 output_list.append(tempStr)
|
/external/icu/icu4c/source/test/intltest/ |
D | loctest.cpp | 4945 UnicodeString tempStr, resultStr; in TestCurrencyByDate() local 4967 tempStr.setTo(TMP); in TestCurrencyByDate() 4969 if (resultStr != tempStr) { in TestCurrencyByDate() 4980 tempStr.setTo(TMP); in TestCurrencyByDate() 4982 if (resultStr != tempStr) { in TestCurrencyByDate() 4993 tempStr.setTo(TMP); in TestCurrencyByDate() 4995 if (resultStr != tempStr) { in TestCurrencyByDate() 5007 tempStr.setTo(TMP); in TestCurrencyByDate() 5009 if (resultStr != tempStr) { in TestCurrencyByDate() 5013 tempStr.setTo(TMP); in TestCurrencyByDate() [all …]
|
/external/pdfium/xfa/fxfa/fm2js/ |
D | cxfa_fmparser.cpp | 731 WideStringView tempStr = m_token.m_string; in ParsePostExpression() local 741 pdfium::MakeUnique<CXFA_FMIdentifierExpression>(tempStr); in ParsePostExpression() 763 std::move(expr), TOKdot, tempStr, std::move(s)); in ParsePostExpression() 769 std::move(expr), TOKdot, tempStr, std::move(s)); in ParsePostExpression() 780 WideStringView tempStr = m_token.m_string; in ParsePostExpression() local 789 std::move(expr), TOKdotdot, tempStr, std::move(s)); in ParsePostExpression() 795 std::move(expr), TOKdotdot, tempStr, std::move(s)); in ParsePostExpression() 806 WideStringView tempStr = m_token.m_string; in ParsePostExpression() local 815 std::move(expr), TOKdotscream, tempStr, std::move(s)); in ParsePostExpression() 824 std::move(expr), TOKdotscream, tempStr, std::move(s)); in ParsePostExpression()
|
D | cxfa_fmsimpleexpression.cpp | 117 WideString tempStr(m_wsString); in ToJavaScript() local 118 if (tempStr.GetLength() <= 2) { in ToJavaScript() 119 *js << tempStr; in ToJavaScript() 124 for (size_t i = 1; i < tempStr.GetLength() - 1; i++) { in ToJavaScript() 125 wchar_t oneChar = tempStr[i]; in ToJavaScript()
|
/external/icu/icu4c/source/i18n/ |
D | dcfmtsym.cpp | 460 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()
|
/external/gptfdisk/ |
D | basicmbr.cc | 1584 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()
|