Searched refs:cPurpose (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fpdfsdk/src/javascript/ |
D | util.cpp | 375 …il::printd(const std::wstring &cFormat2, CJS_Date jsDate, bool bXFAPicture, std::wstring &cPurpose) in printd() argument 464 cPurpose = cFormat; in printd() 482 void util::printx(const std::string &cFormat,const std::string &cSource2,std::string &cPurpose) in printx() argument 485 if (!cPurpose.empty()) in printx() 487 cPurpose.erase(); in printx() 497 cPurpose += cSource[itSource]; in printx() 507 cPurpose += cSource[itSource]; in printx() 523 cPurpose += cSource[itSource]; in printx() 539 cPurpose += cSource[itSource]; in printx() 549 cPurpose.append(cSource,itSource,iSize-itSource); in printx() [all …]
|
/external/pdfium/fpdfsdk/include/javascript/ |
D | util.h | 24 …c void printd(const std::wstring &cFormat,CJS_Date Date,bool bXFAPicture, std::wstring &cPurpose); 25 static void printx(const std::string &cFormat,const std::string &cSource, std::string &cPurpose);
|