Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxcrt/
Dfx_string.h299 void FormatV(FX_LPCSTR lpszFormat, va_list argList);
746 void FormatV(FX_LPCWSTR lpszFormat, va_list argList);
/external/pdfium/core/src/fxcrt/
Dfx_basic_bstring.cpp489 void CFX_ByteString::FormatV(FX_LPCSTR lpszFormat, va_list argList) in FormatV() function in CFX_ByteString
707 FormatV(lpszFormat, argList); in Format()
Dfx_basic_wstring.cpp755 void CFX_WideString::FormatV(FX_LPCWSTR lpszFormat, va_list argList) in FormatV() function in CFX_WideString
971 FormatV(lpszFormat, argList); in Format()