Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_basic_bstring.cpp491 va_list argListSave; in FormatV() local
493 va_copy(argListSave, argList); in FormatV()
495 argListSave = argList; in FormatV()
698 FXSYS_vsnprintf(m_pData->m_String, nMaxLen - 1, lpszFormat, argListSave); in FormatV()
701 va_end(argListSave); in FormatV()
Dfx_basic_wstring.cpp757 va_list argListSave; in FormatV() local
759 va_copy(argListSave, argList); in FormatV()
761 argListSave = argList; in FormatV()
962 …FXSYS_vswprintf((wchar_t*)m_pData->m_String, nMaxLen + 1, (const wchar_t*)lpszFormat, argListSave); in FormatV()
965 va_end(argListSave); in FormatV()