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

  /external/pdfium/fpdfsdk/src/javascript/
Document.cpp     [all...]
app.cpp 366 int iLenth = carray.GetLength();
368 // if (iLenth == 1)
370 // else if (iLenth > 1)
371 // pValue = new CJS_Value[iLenth];
373 for(int i = 0; i < iLenth; i++)
377 if (i < iLenth - 1)
382 // if ((iLenth > 1) && pValue)
387 // else if ((iLenth == 1) && pValue)

Completed in 297 milliseconds