Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_basic_wstring.cpp832 const FX_WCHAR* pstrNextArg = va_arg(argList, const FX_WCHAR*); in FormatV() local
833 if (pstrNextArg) { in FormatV()
834 nItemLen = FXSYS_wcslen(pstrNextArg); in FormatV()
843 const FX_CHAR* pstrNextArg = va_arg(argList, const FX_CHAR*); in FormatV() local
844 if (pstrNextArg) { in FormatV()
845 nItemLen = FXSYS_strlen(pstrNextArg); in FormatV()
855 const FX_CHAR* pstrNextArg = va_arg(argList, const FX_CHAR*); in FormatV() local
856 if (pstrNextArg) { in FormatV()
857 nItemLen = FXSYS_strlen(pstrNextArg); in FormatV()
867 FX_WCHAR* pstrNextArg = va_arg(argList, FX_WCHAR*); in FormatV() local
[all …]
Dfx_basic_bstring.cpp560 const FX_CHAR* pstrNextArg = va_arg(argList, const FX_CHAR*); in FormatV() local
561 if (pstrNextArg) { in FormatV()
562 nItemLen = FXSYS_strlen(pstrNextArg); in FormatV()
571 FX_WCHAR* pstrNextArg = va_arg(argList, FX_WCHAR*); in FormatV() local
572 if (pstrNextArg) { in FormatV()
573 nItemLen = FXSYS_wcslen(pstrNextArg); in FormatV()
583 const FX_CHAR* pstrNextArg = va_arg(argList, const FX_CHAR*); in FormatV() local
584 if (pstrNextArg) { in FormatV()
585 nItemLen = FXSYS_strlen(pstrNextArg); in FormatV()
595 FX_WCHAR* pstrNextArg = va_arg(argList, FX_WCHAR*); in FormatV() local
[all …]