HomeSort by relevance Sort by last modified time
    Searched defs:FormatV (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fxcrt/
bytestring.cpp 116 ByteString ByteString::FormatV(const char* pFormat, va_list argList) {
143 ByteString ret = FormatV(pFormat, argList);
widestring.cpp 317 WideString WideString::FormatV(const wchar_t* format, va_list argList) {
350 WideString ret = FormatV(pFormat, argList);

Completed in 417 milliseconds