Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxcrt/
Dfx_string.h247 void FormatV(const FX_CHAR* lpszFormat, va_list argList);
648 void FormatV(const FX_WCHAR* lpszFormat, va_list argList);
/external/pdfium/core/src/fxcrt/
Dfx_basic_wstring.cpp740 void CFX_WideString::FormatV(const FX_WCHAR* lpszFormat, va_list argList) { in FormatV() function in CFX_WideString
952 FormatV(lpszFormat, argList); in Format()
Dfx_basic_bstring.cpp466 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/
Dxfa_lexer.cpp564 m_pErrorInfo->message.FormatV(lpMessageInfo, ap); in Error()
Dxfa_fmparse.cpp57 m_pErrorInfo->message.FormatV(lpMessageInfo, ap); in Error()
Dxfa_fm2jscontext.cpp7199 wsMessage.FormatV((const FX_WCHAR*)wsFormat, arg_ptr); in ThrowScriptErrorMessage()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_object_imp.cpp64 wsMessage.FormatV((const FX_WCHAR*)wsFormat, arg_ptr); in ThrowScriptErrorMessage()