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

  /external/pdfium/fxbarcode/oned/
BC_OnedUPCAWriter.cpp 118 ByteString tempStr = str.Mid(1, 5);
122 iLen = tempStr.GetLength();
157 CalcTextInfo(tempStr, &charpos[1], m_pFont.Get(), strWidth, iFontSize, blank);
168 tempStr = str.Mid(6, 5);
169 iLen = tempStr.GetLength();
170 CalcTextInfo(tempStr, &charpos[6], m_pFont.Get(), strWidth, iFontSize, blank);
182 tempStr = str.Left(1);
183 iLen = tempStr.GetLength();
187 CalcTextInfo(tempStr, charpos.data(), m_pFont.Get(), strWidth, iFontSize,
198 tempStr = str.Mid(11, 1)
    [all...]
BC_OnedEAN13Writer.cpp 152 ByteString tempStr = str.Mid(1, 6);
177 iLen = tempStr.GetLength();
180 CalcTextInfo(tempStr, &charpos[1], m_pFont.Get(), (float)strWidth, iFontSize,
192 tempStr = str.Mid(7, 6);
193 iLen = tempStr.GetLength();
194 CalcTextInfo(tempStr, &charpos[7], m_pFont.Get(), (float)strWidth, iFontSize,
207 tempStr = str.Left(1);
208 iLen = tempStr.GetLength();
212 CalcTextInfo(tempStr, charpos.data(), m_pFont.Get(), (float)strWidth,
BC_OnedEAN8Writer.cpp 150 ByteString tempStr = str.Left(4);
151 size_t iLen = tempStr.GetLength();
173 CalcTextInfo(tempStr, charpos.data(), m_pFont.Get(), (float)strWidth,
184 tempStr = str.Mid(4, 4);
185 iLen = tempStr.GetLength();
186 CalcTextInfo(tempStr, &charpos[4], m_pFont.Get(), (float)strWidth, iFontSize,
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
IDNAConformanceTest.java 256 String tempStr = null;
261 while ((tempStr = in.readLine()) != null) {
264 if ("=====".equals(tempStr))
270 if ("".equals(tempStr)) {
278 int postion = tempStr.indexOf(":");
280 attr = tempStr.substring(0, postion).trim();
281 body = tempStr.substring(postion + 1).trim();
288 tempStr = in.readLine();
289 body += tempStr;
296 if ("=====".equals(tempStr)) {
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
IDNAConformanceTest.java 253 String tempStr = null;
258 while ((tempStr = in.readLine()) != null) {
261 if ("=====".equals(tempStr))
267 if ("".equals(tempStr)) {
275 int postion = tempStr.indexOf(":");
277 attr = tempStr.substring(0, postion).trim();
278 body = tempStr.substring(postion + 1).trim();
285 tempStr = in.readLine();
286 body += tempStr;
293 if ("=====".equals(tempStr)) {
    [all...]
  /device/google/marlin/camera/usbcamcore/src/
QCameraUsbParm.cpp 178 char tempStr[FILENAME_LENGTH];
215 sprintf(tempStr, "%d", camHal->pictJpegQlty);
216 camHal->qCamParams.set(QCameraParameters::KEY_JPEG_QUALITY, tempStr);
223 sprintf(tempStr, "%d", camHal->thumbnailWidth);
225 tempStr);
226 sprintf(tempStr, "%d", camHal->thumbnailHeight);
228 tempStr);
231 sprintf(tempStr, "%d", camHal->thumbnailJpegQlty);
233 tempStr);
595 char tempStr[FILENAME_LENGTH]
    [all...]
  /hardware/qcom/camera/msm8998/usbcamcore/src/
QCameraUsbParm.cpp 178 char tempStr[FILENAME_LENGTH];
215 sprintf(tempStr, "%d", camHal->pictJpegQlty);
216 camHal->qCamParams.set(QCameraParameters::KEY_JPEG_QUALITY, tempStr);
223 sprintf(tempStr, "%d", camHal->thumbnailWidth);
225 tempStr);
226 sprintf(tempStr, "%d", camHal->thumbnailHeight);
228 tempStr);
231 sprintf(tempStr, "%d", camHal->thumbnailJpegQlty);
233 tempStr);
595 char tempStr[FILENAME_LENGTH]
    [all...]
  /external/pdfium/xfa/fxfa/fm2js/
cxfa_fmsimpleexpression.cpp 147 WideString tempStr(m_wsString);
148 if (tempStr.GetLength() <= 2) {
149 javascript << tempStr;
153 for (size_t i = 1; i < tempStr.GetLength() - 1; i++) {
154 wchar_t oneChar = tempStr[i];
187 WideString tempStr(m_wsIdentifier);
188 if (tempStr == L"$") {
189 tempStr = L"this";
190 } else if (tempStr == L"!") {
191 tempStr = L"xfa.datasets"
    [all...]
cxfa_fmparser.cpp 721 WideStringView tempStr = m_token->m_string;
754 tempStr);
776 tempLine, std::move(expr), TOKdot, tempStr, std::move(s));
782 line, std::move(expr), TOKdot, tempStr, std::move(s));
793 WideStringView tempStr = m_token->m_string;
803 tempLine, std::move(expr), TOKdotdot, tempStr, std::move(s));
809 line, std::move(expr), TOKdotdot, tempStr, std::move(s));
820 WideStringView tempStr = m_token->m_string;
829 line, std::move(expr), TOKdotscream, tempStr, std::move(s));
837 tempLine, std::move(expr), TOKdotscream, tempStr, std::move(s))
    [all...]
  /external/icu/icu4c/source/test/iotest/
iotest.cpp 209 UnicodeString tempStr;
245 tempStr=testCase->getString("format", errorCode);
246 tempStr.extract(format, UPRV_LENGTHOF(format), errorCode);
247 tempStr=testCase->getString("result", errorCode);
248 tempStr.extract(expectedResult, UPRV_LENGTHOF(expectedResult), errorCode);
249 tempStr=testCase->getString("argument", errorCode);
250 tempStr.extract(argument, UPRV_LENGTHOF(argument), errorCode);
374 UnicodeString tempStr;
410 tempStr=testCase->getString("format", errorCode);
411 tempStr.extract(format, UPRV_LENGTHOF(format), errorCode)
    [all...]
stream.cpp 99 string tempStr = outTestStream.str();
100 const char *testStreamBuf = tempStr.c_str();
139 tempStr = outFormatStream.str();
140 const char *testFormatStreamBuf = tempStr.c_str();
  /external/icu/icu4c/source/test/intltest/
loctest.cpp     [all...]
  /external/libjpeg-turbo/java/
TJBench.java 136 String qualStr = new String(""), sizeStr, tempStr;
238 tempStr = new String(fileName + "_" + sizeStr + ".bmp");
240 tempStr = new String(fileName + "_" + subName[subsamp] + qualStr +
243 saveImage(tempStr, dstBuf, scaledw, scaledh, pf);
244 int ndx = tempStr.lastIndexOf('.');
245 tempStr = new String(tempStr.substring(0, ndx) + "-err.bmp");
248 System.out.println("Compression error written to " + tempStr + ".");
272 saveImage(tempStr, dstBuf, w, h, pf);
406 String tempStr = fileName + "_" + subName[subsamp] + "_" + "Q"
    [all...]
TJUnitTest.java 630 String tempStr;
652 tempStr = baseName + "_enc_" + pfStr + "_" + buStr + "_" +
654 File file = new File(tempStr);
688 tempStr = baseName + "_enc_" + pfStr + "_" + buStr + "_" +
690 writeJPEG(dstBuf, size, tempStr);
691 System.out.println("Done.\n Result in " + tempStr);
700 String pfStr, pfStrLong, tempStr;
759 tempStr = baseName + "_dec_" + pfStr + "_" +
763 File file = new File(tempStr);
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
builder_misc.cpp 412 std::string tempStr(printStr);
413 pos = tempStr.find('%', pos);
425 if (toupper(tempStr[pos + 1]) == 'X')
427 tempStr[pos] = '0';
428 tempStr[pos + 1] = 'x';
429 tempStr.insert(pos + 2, "%08X ");
441 tempStr.insert(pos, vectorFormatStr);
444 else if ((tempStr[pos + 1] == 'f') && (pContainedType->isFloatTy()))
449 tempStr.insert(pos, std::string("%f "));
455 else if ((tempStr[pos + 1] == 'd') && (pContainedType->isIntegerTy())
    [all...]
  /external/libvncserver/test/
tjunittest.c 242 char tempStr[1024]; unsigned char *srcBuf=NULL;
260 snprintf(tempStr, 1024, "%s_enc_%s_%s_%s_Q%d.jpg", basename,
263 writeJPEG(*dstBuf, *dstSize, tempStr);
265 printf(" %f ms\n Result in %s\n", t*1000., tempStr);
  /external/icu/icu4c/source/i18n/
dcfmtsym.cpp 441 UnicodeString tempStr;
444 uprv_getStaticCurrencyName(curriso, locStr, tempStr, internalStatus);
447 fSymbols[kCurrencySymbol] = tempStr;
  /external/libjpeg-turbo/
tjunittest.c 399 char tempStr[1024]; unsigned char *srcBuf=NULL, *yuvBuf=NULL;
443 snprintf(tempStr, 1024, "%s_enc_%s_%s_%s_Q%d.jpg", basename, pfStr, buStr,
445 writeJPEG(*dstBuf, *dstSize, tempStr);
446 printf("Done.\n Result in %s\n", tempStr);
  /external/gptfdisk/
basicmbr.cc     [all...]

Completed in 646 milliseconds