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

  /external/pdfium/core/fxcrt/
fx_basic.h 458 int32_t iFind = 0;
466 iFind = iMid + 1;
471 iFind = iMid + 1;
478 m_DataLists.InsertAt(iFind, list);
  /external/pdfium/xfa/fxfa/parser/
cxfa_simple_parser.cpp 86 FX_STRSIZE iFind = wsAttrName.Find(L':', 0);
87 if (iFind < 0) {
91 wsLocalAttrName = wsAttrName.Right(wsAttrName.GetLength() - iFind - 1);
131 FX_STRSIZE iFind = wsAttrName.Find(L':', 0);
133 if (iFind < 0) {
138 wsAttrName.Right(wsAttrName.GetLength() - iFind - 1)) {
141 wsNSPrefix = wsAttrName.Left(iFind);
    [all...]
  /external/pdfium/xfa/fde/xml/
fde_xml_imp.cpp 717 FX_STRSIZE iFind = m_wsTag.Find(L':', 0);
718 if (iFind < 0) {
721 wsTag = m_wsTag.Right(m_wsTag.GetLength() - iFind - 1);
726 FX_STRSIZE iFind = m_wsTag.Find(L':', 0);
727 if (iFind < 0) {
730 wsPrefix = m_wsTag.Left(iFind);
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_formfield.cpp 844 int iFind = pArray->GetIntegerAt(i);
845 if (iFind == iOptIndex) {
859 if (iFind > iOptIndex) {

Completed in 299 milliseconds