HomeSort by relevance Sort by last modified time
    Searched refs:FX_STRSIZE (Results 26 - 43 of 43) sorted by null

12

  /external/pdfium/core/fxcrt/
fx_extension.cpp 527 for (FX_STRSIZE i = 0; i < str.GetLength(); ++i)
530 for (FX_STRSIZE i = 0; i < str.GetLength(); ++i)
539 for (FX_STRSIZE i = 0; i < str.GetLength(); ++i)
542 for (FX_STRSIZE i = 0; i < str.GetLength(); ++i)
  /external/pdfium/xfa/fwl/
cfwl_combolist.cpp 36 FX_STRSIZE pos = wsText.Find(wsMatch.c_str());
  /external/pdfium/core/fpdfdoc/
cpdf_interform.cpp 310 void GetNext(const FX_WCHAR*& pSubName, FX_STRSIZE& size) {
315 size = (FX_STRSIZE)(m_pCur - pSubName);
527 FX_STRSIZE nLength;
550 FX_STRSIZE nLength;
569 FX_STRSIZE nLength;
    [all...]
  /external/pdfium/core/fpdfapi/font/
fpdf_font_cid.cpp 487 ? second.GetAt((FX_STRSIZE)i * 2 + 1)
490 ? second.GetAt((FX_STRSIZE)i * 2 + 2)
  /external/pdfium/core/fxcodec/codec/
fx_codec_jpeg.cpp 489 FX_STRSIZE* dest_size) {
582 *dest_size = dest_buf_length - (FX_STRSIZE)dest.free_in_buffer;
ccodec_tiffmodule.cpp 200 FX_STRSIZE size = FXSYS_strlen(buf);
  /external/pdfium/fpdfsdk/
fpdftext.cpp 232 FX_STRSIZE len = CFX_WideString::WStringLength(findwhat);
fpdfdoc.cpp 117 FX_STRSIZE len = CFX_WideString::WStringLength(title);
  /external/pdfium/xfa/fxbarcode/oned/
BC_OnedUPCAWriter.cpp 43 for (FX_STRSIZE i = 0; i < contents.GetLength(); ++i) {
  /external/pdfium/fpdfsdk/javascript/
PublicMethods.cpp 952 for (FX_STRSIZE i = 0; i < wstrChange.GetLength(); ++i) {
    [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_streamparser.cpp 34 const FX_STRSIZE kMaxStringLength = 32767;
  /external/pdfium/core/fpdftext/
cpdf_textpagefind.cpp 99 FX_STRSIZE len = findwhatStr.GetLength();
  /external/pdfium/xfa/fxfa/parser/
cxfa_dataexporter.cpp 333 FX_STRSIZE nLen = buf.GetLength();
cxfa_simple_parser.cpp 86 FX_STRSIZE iFind = wsAttrName.Find(L':', 0);
131 FX_STRSIZE iFind = wsAttrName.Find(L':', 0);
    [all...]
cxfa_widgetdata.cpp     [all...]
  /external/pdfium/xfa/fde/xml/
fde_xml_imp.cpp 717 FX_STRSIZE iFind = m_wsTag.Find(L':', 0);
726 FX_STRSIZE iFind = m_wsTag.Find(L':', 0);
    [all...]
  /external/pdfium/core/fxge/win32/
cfx_psrenderer.cpp 453 FX_STRSIZE output_size = 0;
fx_win32_device.cpp 615 FX_STRSIZE len = CFX_WideString::WStringLength(pName);
    [all...]

Completed in 470 milliseconds

12