Searched refs:FormatV (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_object.cpp | 70 wsMessage.FormatV(str, arg_ptr); in ThrowException()
|
/external/pdfium/core/fxcrt/ |
D | fx_string.h | 117 void FormatV(const FX_CHAR* lpszFormat, va_list argList); 325 void FormatV(const FX_WCHAR* lpszFormat, va_list argList);
|
D | fx_basic_wstring.cpp | 406 void CFX_WideString::FormatV(const FX_WCHAR* pFormat, va_list argList) { in FormatV() function in CFX_WideString 619 FormatV(pFormat, argList); in Format()
|
D | fx_basic_bstring.cpp | 441 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/ |
D | xfa_lexer.cpp | 537 m_pErrorInfo->message.FormatV(msg, ap); in Error()
|
D | xfa_fmparse.cpp | 46 m_pErrorInfo->message.FormatV(msg, ap); in Error()
|
D | xfa_fm2jscontext.cpp | 6418 wsMessage.FormatV(str, arg_ptr); in ThrowException()
|