Home
last modified time | relevance | path

Searched refs:iFind (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_basic.h458 int32_t iFind = 0; in Append() local
466 iFind = iMid + 1; in Append()
471 iFind = iMid + 1; in Append()
478 m_DataLists.InsertAt(iFind, list); in Append()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_simple_parser.cpp86 FX_STRSIZE iFind = wsAttrName.Find(L':', 0); in GetAttributeLocalName() local
87 if (iFind < 0) { in GetAttributeLocalName()
91 wsLocalAttrName = wsAttrName.Right(wsAttrName.GetLength() - iFind - 1); in GetAttributeLocalName()
131 FX_STRSIZE iFind = wsAttrName.Find(L':', 0); in FindAttributeWithNS() local
133 if (iFind < 0) { in FindAttributeWithNS()
138 wsAttrName.Right(wsAttrName.GetLength() - iFind - 1)) { in FindAttributeWithNS()
141 wsNSPrefix = wsAttrName.Left(iFind); in FindAttributeWithNS()
/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.cpp844 int iFind = pArray->GetIntegerAt(i); in SelectOption() local
845 if (iFind == iOptIndex) { in SelectOption()
859 if (iFind > iOptIndex) { in SelectOption()
/external/pdfium/xfa/fde/xml/
Dfde_xml_imp.cpp717 FX_STRSIZE iFind = m_wsTag.Find(L':', 0); in GetLocalTagName() local
718 if (iFind < 0) { in GetLocalTagName()
721 wsTag = m_wsTag.Right(m_wsTag.GetLength() - iFind - 1); in GetLocalTagName()
726 FX_STRSIZE iFind = m_wsTag.Find(L':', 0); in GetNamespacePrefix() local
727 if (iFind < 0) { in GetNamespacePrefix()
730 wsPrefix = m_wsTag.Left(iFind); in GetNamespacePrefix()