Searched defs:iFind (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_formfield.cpp983 int iFind = pArray->GetInteger(i); local
984 if (iFind == iOptIndex) {
1004 } else if (iFind > iOptIndex) {
/external/pdfium/xfa/src/fgas/src/font/
H A Dfx_gdifont.cpp276 int32_t iFind = 0; local
277 fc.GetFamilies(iCount, pFontFamilies, &iFind);
H A Dfx_stdfontmgr.cpp313 int32_t iFind = m_Fonts.Find(pFont); local
314 if (iFind > -1) {
315 m_Fonts.RemoveAt(iFind, 1);
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_parser_imp.cpp277 FX_STRSIZE iFind = wsAttrName.Find(L':', 0); local
278 if (iFind < 0) {
282 wsLocalAttrName = wsAttrName.Right(wsAttrName.GetLength() - iFind - 1);
324 FX_STRSIZE iFind = wsAttrName.Find(L':', 0); local
326 if (iFind < 0) {
332 wsAttrName.Right(wsAttrName.GetLength() - iFind - 1)) {
335 wsNSPrefix = wsAttrName.Left(iFind);
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_create.cpp1469 int32_t iStart = 0, iFind = 0; local
1478 iFind = iMid + 1;
1483 iFind = iMid + 1;
1489 m_NewObjNumArray.InsertAt(iFind, objbum);
/external/pdfium/xfa/src/fdp/src/xml/
H A Dfde_xml.cpp677 FX_STRSIZE iFind = m_wsTag.Find(L':', 0); local
678 if (iFind < 0) {
681 wsTag = m_wsTag.Right(m_wsTag.GetLength() - iFind - 1);
685 FX_STRSIZE iFind = m_wsTag.Find(L':', 0); local
686 if (iFind < 0) {
689 wsPrefix = m_wsTag.Left(iFind);
/external/pdfium/xfa/src/fgas/src/layout/
H A Dfx_rtfbreak.cpp140 int32_t iFind = 0; local
141 for (; iFind < iCount; iFind++) {
142 if (m_PositionedTabs[iFind] > iTabPos) {
146 m_PositionedTabs.InsertAt(iFind, iTabPos);
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h1147 int32_t iFind = 0; local
1155 iFind = iMid + 1;
1160 iFind = iMid + 1;
1167 m_DataLists.InsertAt(iFind, list);

Completed in 125 milliseconds