Home
last modified time | relevance | path

Searched refs:FormatV (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_object.cpp70 wsMessage.FormatV(str, arg_ptr); in ThrowException()
/external/pdfium/core/fxcrt/
Dfx_string.h117 void FormatV(const FX_CHAR* lpszFormat, va_list argList);
325 void FormatV(const FX_WCHAR* lpszFormat, va_list argList);
Dfx_basic_wstring.cpp406 void CFX_WideString::FormatV(const FX_WCHAR* pFormat, va_list argList) { in FormatV() function in CFX_WideString
619 FormatV(pFormat, argList); in Format()
Dfx_basic_bstring.cpp441 void CFX_ByteString::FormatV(const FX_CHAR* pFormat, va_list argList) { in FormatV() function in CFX_ByteString
655 FormatV(pFormat, argList); in Format()
/external/pdfium/xfa/fxfa/fm2js/
Dxfa_lexer.cpp537 m_pErrorInfo->message.FormatV(msg, ap); in Error()
Dxfa_fmparse.cpp46 m_pErrorInfo->message.FormatV(msg, ap); in Error()
Dxfa_fm2jscontext.cpp6418 wsMessage.FormatV(str, arg_ptr); in ThrowException()