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

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_formfield.cpp980 int iFind = pArray->GetInteger(i); local
981 if (iFind == iOptIndex) {
1001 } else if (iFind > iOptIndex) {
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h1576 FX_INT32 iFind = 0; local
1584 iFind = iMid + 1;
1589 iFind = iMid + 1;
1596 m_DataLists.InsertAt(iFind, list);
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_create.cpp1453 FX_INT32 iStart = 0, iFind = 0; local
1462 iFind = iMid + 1;
1467 iFind = iMid + 1;
1473 m_NewObjNumArray.InsertAt(iFind, objbum);

Completed in 169 milliseconds