Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_basic_wstring.cpp741 va_list argListSave; in FormatV() local
746 va_copy(argListSave, argList); in FormatV()
748 argListSave = argList; in FormatV()
944 (const wchar_t*)lpszFormat, argListSave); in FormatV()
947 va_end(argListSave); in FormatV()
Dfx_basic_bstring.cpp467 va_list argListSave; in FormatV() local
472 va_copy(argListSave, argList); in FormatV()
474 argListSave = argList; in FormatV()
673 FXSYS_vsnprintf(m_pData->m_String, nMaxLen - 1, lpszFormat, argListSave); in FormatV()
676 va_end(argListSave); in FormatV()