Searched refs:FormatV (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/include/fxcrt/ |
D | fx_string.h | 247 void FormatV(const FX_CHAR* lpszFormat, va_list argList); 648 void FormatV(const FX_WCHAR* lpszFormat, va_list argList);
|
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_wstring.cpp | 740 void CFX_WideString::FormatV(const FX_WCHAR* lpszFormat, va_list argList) { in FormatV() function in CFX_WideString 952 FormatV(lpszFormat, argList); in Format()
|
D | fx_basic_bstring.cpp | 466 void CFX_ByteString::FormatV(const FX_CHAR* lpszFormat, va_list argList) { in FormatV() function in CFX_ByteString 681 FormatV(lpszFormat, argList); in Format()
|
/external/pdfium/xfa/src/fxfa/src/fm2js/ |
D | xfa_lexer.cpp | 564 m_pErrorInfo->message.FormatV(lpMessageInfo, ap); in Error()
|
D | xfa_fmparse.cpp | 57 m_pErrorInfo->message.FormatV(lpMessageInfo, ap); in Error()
|
D | xfa_fm2jscontext.cpp | 7199 wsMessage.FormatV((const FX_WCHAR*)wsFormat, arg_ptr); in ThrowScriptErrorMessage()
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_object_imp.cpp | 64 wsMessage.FormatV((const FX_WCHAR*)wsFormat, arg_ptr); in ThrowScriptErrorMessage()
|