Searched refs:c_strResult (Results 1 – 1 of 1) sorted by relevance
162 std::wstring c_strResult; in printf() local171 c_strResult = c_strFormat; in printf()178 c_strResult += c_strFormat; in printf()197 c_strResult += (wchar_t*)strSegment.GetBuffer(strSegment.GetLength()+1); in printf()200 c_strResult.erase(c_strResult.begin()); in printf()201 vRet = (FX_LPCWSTR)c_strResult.c_str(); in printf()