Home
last modified time | relevance | path

Searched refs:StringPrintx (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/testing/fuzzers/
Dpdf_cjs_util_fuzzer.cc21 CJS_Util::StringPrintx(input1, input2); in LLVMFuzzerTestOneInput()
/external/pdfium/fxjs/
Dcjs_util.h39 static WideString StringPrintx(const WideString& cFormat,
Dcjs_util.cpp272 pRuntime->NewString(StringPrintx(pRuntime->ToWideString(params[0]), in printx()
278 WideString CJS_Util::StringPrintx(const WideString& wsFormat, in StringPrintx() function in CJS_Util
Dcjs_publicmethods.cpp1068 if (CJS_Util::StringPrintx(L"9999999999", wsSource).GetLength() >= 10) in AFSpecial_Format()
1078 pEvent->Value() = CJS_Util::StringPrintx(wsFormat, wsSource); in AFSpecial_Format()