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

  /external/pdfium/core/fpdfapi/page/
fpdf_page_func.cpp 683 CPDF_Object* pSub = pArray->GetDirectObjectAt(i);
684 if (pSub == pObj)
686 std::unique_ptr<CPDF_Function> pFunc(CPDF_Function::Load(pSub));
  /external/pdfium/fpdfsdk/javascript/
PublicMethods.cpp 213 char* pSub = new char[pTemp - p + 1];
214 strncpy(pSub, p, pTemp - p);
215 *(pSub + (pTemp - p)) = '\0';
219 CJS_Value(pRuntime, StrTrim(CFX_ByteString(pSub)).c_str()));
220 delete[] pSub;
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 406 milliseconds