Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_simpleexpression.cpp119 CFX_WideString tempStr = m_wsString; in ToJavaScript() local
120 if (tempStr.GetLength() > 2) { in ToJavaScript()
123 for (int16_t i = 1; i < tempStr.GetLength() - 1; i++) { in ToJavaScript()
124 oneChar = tempStr[i]; in ToJavaScript()
140 javascript << tempStr; in ToJavaScript()
149 CFX_WideString tempStr = m_wsIdentifier; in ToJavaScript() local
150 if (tempStr.Equal(FX_WSTRC(L"$"))) { in ToJavaScript()
151 tempStr = FX_WSTRC(L"this"); in ToJavaScript()
152 } else if (tempStr.Equal(FX_WSTRC(L"!"))) { in ToJavaScript()
153 tempStr = FX_WSTRC(L"xfa.datasets"); in ToJavaScript()
[all …]
Dxfa_fmparse.cpp628 CFX_WideStringC tempStr = m_pToken->m_wstring; in ParsePostExpression() local
656 new CXFA_FMIdentifierExpressionn(tempLine, tempStr); in ParsePostExpression()
696 e = new CXFA_FMDotAccessorExpression(tempLine, e, TOKdot, tempStr, in ParsePostExpression()
701 e = new CXFA_FMDotAccessorExpression(line, e, TOKdot, tempStr, s); in ParsePostExpression()
714 CFX_WideStringC tempStr = m_pToken->m_wstring; in ParsePostExpression() local
731 tempStr, s); in ParsePostExpression()
735 e = new CXFA_FMDotDotAccessorExpression(line, e, TOKdotdot, tempStr, in ParsePostExpression()
749 CFX_WideStringC tempStr = m_pToken->m_wstring; in ParsePostExpression() local
766 tempStr, s); in ParsePostExpression()
770 e = new CXFA_FMDotAccessorExpression(line, e, TOKdotscream, tempStr, in ParsePostExpression()
/external/icu/icu4c/source/test/iotest/
Diotest.cpp206 UnicodeString tempStr; in DataDrivenPrintf() local
242 tempStr=testCase->getString("format", errorCode); in DataDrivenPrintf()
243 tempStr.extract(format, sizeof(format)/sizeof(format[0]), errorCode); in DataDrivenPrintf()
244 tempStr=testCase->getString("result", errorCode); in DataDrivenPrintf()
245tempStr.extract(expectedResult, sizeof(expectedResult)/sizeof(expectedResult[0]), errorCode); in DataDrivenPrintf()
246 tempStr=testCase->getString("argument", errorCode); in DataDrivenPrintf()
247 tempStr.extract(argument, sizeof(argument)/sizeof(argument[0]), errorCode); in DataDrivenPrintf()
371 UnicodeString tempStr; in DataDrivenScanf() local
407 tempStr=testCase->getString("format", errorCode); in DataDrivenScanf()
408 tempStr.extract(format, sizeof(format)/sizeof(format[0]), errorCode); in DataDrivenScanf()
[all …]
Dstream.cpp97 string tempStr = outTestStream.str(); in TestStream() local
98 const char *testStreamBuf = tempStr.c_str(); in TestStream()
137 tempStr = outFormatStream.str(); in TestStream()
138 const char *testFormatStreamBuf = tempStr.c_str(); in TestStream()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DIDNAConformanceTest.java250 String tempStr = null; in getInputData() local
255 while ((tempStr = in.readLine()) != null) { in getInputData()
258 if ("=====".equals(tempStr)) in getInputData()
264 if ("".equals(tempStr)) { in getInputData()
272 int postion = tempStr.indexOf(":"); in getInputData()
274 attr = tempStr.substring(0, postion).trim(); in getInputData()
275 body = tempStr.substring(postion + 1).trim(); in getInputData()
282 tempStr = in.readLine(); in getInputData()
283 body += tempStr; in getInputData()
290 if ("=====".equals(tempStr)) { in getInputData()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
DIDNAConformanceTest.java254 String tempStr = null; in getInputData() local
259 while ((tempStr = in.readLine()) != null) { in getInputData()
262 if ("=====".equals(tempStr)) in getInputData()
268 if ("".equals(tempStr)) { in getInputData()
276 int postion = tempStr.indexOf(":"); in getInputData()
278 attr = tempStr.substring(0, postion).trim(); in getInputData()
279 body = tempStr.substring(postion + 1).trim(); in getInputData()
286 tempStr = in.readLine(); in getInputData()
287 body += tempStr; in getInputData()
294 if ("=====".equals(tempStr)) { in getInputData()
/external/pdfium/xfa/src/fxbarcode/oned/
DBC_OnedUPCAWriter.cpp129 CFX_ByteString tempStr = str.Mid(1, 5); in ShowChars() local
137 iLen = tempStr.GetLength(); in ShowChars()
181 CalcTextInfo(tempStr, pCharPos + 1, m_pFont, strWidth, iFontSize, blank); in ShowChars()
204 tempStr = str.Mid(6, 5); in ShowChars()
205 iLen = tempStr.GetLength(); in ShowChars()
207 CalcTextInfo(tempStr, pCharPos + 6, m_pFont, strWidth, iFontSize, blank); in ShowChars()
230 tempStr = str.Mid(0, 1); in ShowChars()
231 iLen = tempStr.GetLength(); in ShowChars()
236 CalcTextInfo(tempStr, pCharPos, m_pFont, strWidth, iFontSize, blank); in ShowChars()
257 tempStr = str.Mid(11, 1); in ShowChars()
[all …]
DBC_OnedEAN13Writer.cpp179 CFX_ByteString tempStr = str.Mid(1, 6); in ShowChars() local
211 iLen = tempStr.GetLength(); in ShowChars()
215 CalcTextInfo(tempStr, pCharPos + 1, m_pFont, (FX_FLOAT)strWidth, iFontSize, in ShowChars()
240 tempStr = str.Mid(7, 6); in ShowChars()
241 iLen = tempStr.GetLength(); in ShowChars()
243 CalcTextInfo(tempStr, pCharPos + 7, m_pFont, (FX_FLOAT)strWidth, iFontSize, in ShowChars()
267 tempStr = str.Mid(0, 1); in ShowChars()
268 iLen = tempStr.GetLength(); in ShowChars()
273 CalcTextInfo(tempStr, pCharPos, m_pFont, (FX_FLOAT)strWidth, iFontSize, in ShowChars()
DBC_OnedEAN8Writer.cpp177 CFX_ByteString tempStr = str.Mid(0, 4); in ShowChars() local
178 int32_t iLen = tempStr.GetLength(); in ShowChars()
211 CalcTextInfo(tempStr, pCharPos, m_pFont, (FX_FLOAT)strWidth, iFontSize, in ShowChars()
234 tempStr = str.Mid(4, 4); in ShowChars()
235 iLen = tempStr.GetLength(); in ShowChars()
237 CalcTextInfo(tempStr, pCharPos + 4, m_pFont, (FX_FLOAT)strWidth, iFontSize, in ShowChars()
/external/icu/icu4c/source/test/intltest/
Dloctest.cpp2349 UnicodeString tempStr, resultStr; in TestCurrencyByDate() local
2371 tempStr.setTo(TMP); in TestCurrencyByDate()
2373 if (resultStr != tempStr) { in TestCurrencyByDate()
2384 tempStr.setTo(TMP); in TestCurrencyByDate()
2386 if (resultStr != tempStr) { in TestCurrencyByDate()
2397 tempStr.setTo(TMP); in TestCurrencyByDate()
2399 if (resultStr != tempStr) { in TestCurrencyByDate()
2411 tempStr.setTo(TMP); in TestCurrencyByDate()
2413 if (resultStr != tempStr) { in TestCurrencyByDate()
2417 tempStr.setTo(TMP); in TestCurrencyByDate()
[all …]
/external/libjpeg-turbo/java/
DTJBench.java136 String qualStr = new String(""), sizeStr, tempStr; in decomp() local
233 tempStr = new String(fileName + "_" + sizeStr + ".bmp"); in decomp()
235 tempStr = new String(fileName + "_" + subName[subsamp] + qualStr + in decomp()
238 saveImage(tempStr, dstBuf, scaledw, scaledh, pf); in decomp()
239 int ndx = tempStr.lastIndexOf('.'); in decomp()
240 tempStr = new String(tempStr.substring(0, ndx) + "-err.bmp"); in decomp()
243 System.out.println("Compression error written to " + tempStr + "."); in decomp()
267 saveImage(tempStr, dstBuf, w, h, pf); in decomp()
398 String tempStr = fileName + "_" + subName[subsamp] + "_" + "Q" + in fullTest() local
400 FileOutputStream fos = new FileOutputStream(tempStr); in fullTest()
[all …]
DTJUnitTest.java639 String tempStr; in compTest() local
661 tempStr = baseName + "_enc_" + pfStr + "_" + buStr + "_" + in compTest()
663 File file = new File(tempStr); in compTest()
697 tempStr = baseName + "_enc_" + pfStr + "_" + buStr + "_" + in compTest()
699 writeJPEG(dstBuf, size, tempStr); in compTest()
700 System.out.println("Done.\n Result in " + tempStr); in compTest()
709 String pfStr, pfStrLong, tempStr; in decompTest() local
768 tempStr = baseName + "_dec_" + pfStr + "_" + in decompTest()
772 File file = new File(tempStr); in decompTest()
/external/pdfium/fpdfsdk/src/
Dfsdk_baseannot.cpp373 char tempStr[32]; in ToPDFDateTimeString() local
374 memset(tempStr, 0, sizeof(tempStr)); in ToPDFDateTimeString()
375 FXSYS_snprintf(tempStr, sizeof(tempStr) - 1, "D:%04d%02d%02d%02d%02d%02d", in ToPDFDateTimeString()
377 dtStr = CFX_ByteString(tempStr); in ToPDFDateTimeString()
382 memset(tempStr, 0, sizeof(tempStr)); in ToPDFDateTimeString()
383 FXSYS_snprintf(tempStr, sizeof(tempStr) - 1, "%02d'%02d'", abs(dt.tzHour), in ToPDFDateTimeString()
385 dtStr += CFX_ByteString(tempStr); in ToPDFDateTimeString()
/external/libvncserver/test/
Dtjunittest.c242 char tempStr[1024]; unsigned char *srcBuf=NULL; in compTest() local
260 snprintf(tempStr, 1024, "%s_enc_%s_%s_%s_Q%d.jpg", basename, in compTest()
263 writeJPEG(*dstBuf, *dstSize, tempStr); in compTest()
265 printf(" %f ms\n Result in %s\n", t*1000., tempStr); in compTest()
/external/icu/icu4c/source/i18n/
Ddcfmtsym.cpp311 UnicodeString tempStr; in initialize() local
314 uprv_getStaticCurrencyName(curriso, locStr, tempStr, internalStatus); in initialize()
317 fSymbols[kCurrencySymbol] = tempStr; in initialize()
/external/libjpeg-turbo/
Dtjunittest.c399 char tempStr[1024]; unsigned char *srcBuf=NULL, *yuvBuf=NULL; in compTest() local
443 snprintf(tempStr, 1024, "%s_enc_%s_%s_%s_Q%d.jpg", basename, pfStr, buStr, in compTest()
445 writeJPEG(*dstBuf, *dstSize, tempStr); in compTest()
446 printf("Done.\n Result in %s\n", tempStr); in compTest()
/external/gptfdisk/
Dbasicmbr.cc1549 string tempStr; in DoMenu() local
1604 tempStr = ReadString(); in DoMenu()
1605 if (IsHex(tempStr)) in DoMenu()
1606 sscanf(tempStr.c_str(), "%x", &hexCode); in DoMenu()