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

/external/pdfium/core/include/fxcrt/
H A Dfx_string.h281 void FormatV(FX_LPCSTR lpszFormat, va_list argList);
707 void FormatV(FX_LPCWSTR lpszFormat, va_list argList);
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp489 void CFX_ByteString::FormatV(FX_LPCSTR lpszFormat, va_list argList) function in class:CFX_ByteString
705 FormatV(lpszFormat, argList);
H A Dfx_basic_wstring.cpp785 void CFX_WideString::FormatV(FX_LPCWSTR lpszFormat, va_list argList) function in class:CFX_WideString
1001 FormatV(lpszFormat, argList);

Completed in 299 milliseconds