Searched refs:pstrNextArg (Results 1 – 2 of 2) sorted by relevance
832 const FX_WCHAR* pstrNextArg = va_arg(argList, const FX_WCHAR*); in FormatV() local833 if (pstrNextArg) { in FormatV()834 nItemLen = FXSYS_wcslen(pstrNextArg); in FormatV()843 const FX_CHAR* pstrNextArg = va_arg(argList, const FX_CHAR*); in FormatV() local844 if (pstrNextArg) { in FormatV()845 nItemLen = FXSYS_strlen(pstrNextArg); in FormatV()855 const FX_CHAR* pstrNextArg = va_arg(argList, const FX_CHAR*); in FormatV() local856 if (pstrNextArg) { in FormatV()857 nItemLen = FXSYS_strlen(pstrNextArg); in FormatV()867 FX_WCHAR* pstrNextArg = va_arg(argList, FX_WCHAR*); in FormatV() local[all …]
560 const FX_CHAR* pstrNextArg = va_arg(argList, const FX_CHAR*); in FormatV() local561 if (pstrNextArg) { in FormatV()562 nItemLen = FXSYS_strlen(pstrNextArg); in FormatV()571 FX_WCHAR* pstrNextArg = va_arg(argList, FX_WCHAR*); in FormatV() local572 if (pstrNextArg) { in FormatV()573 nItemLen = FXSYS_wcslen(pstrNextArg); in FormatV()583 const FX_CHAR* pstrNextArg = va_arg(argList, const FX_CHAR*); in FormatV() local584 if (pstrNextArg) { in FormatV()585 nItemLen = FXSYS_strlen(pstrNextArg); in FormatV()595 FX_WCHAR* pstrNextArg = va_arg(argList, FX_WCHAR*); in FormatV() local[all …]