Home
last modified time | relevance | path

Searched refs:argListSave (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_basic_wstring.cpp407 va_list argListSave; in FormatV() local
412 va_copy(argListSave, argList); in FormatV()
414 argListSave = argList; in FormatV()
610 (const wchar_t*)pFormat, argListSave); in FormatV()
613 va_end(argListSave); in FormatV()
Dfx_basic_bstring.cpp442 va_list argListSave; in FormatV() local
447 va_copy(argListSave, argList); in FormatV()
449 argListSave = argList; in FormatV()
646 FXSYS_vsnprintf(m_pData->m_String, nMaxLen - 1, pFormat, argListSave); in FormatV()
649 va_end(argListSave); in FormatV()