Searched refs:strSegment (Results 1 – 1 of 1) sorted by relevance
176 CFX_WideString strSegment; in printf() local185 strSegment.Format((FX_LPCWSTR)c_strFormat.c_str(),(int)params[iIndex]); in printf()188 strSegment.Format((FX_LPCWSTR)c_strFormat.c_str(),(double)params[iIndex]); in printf()191 …strSegment.Format((FX_LPCWSTR)c_strFormat.c_str(),(FX_LPCWSTR)params[iIndex].operator CFX_WideStri… in printf()194 strSegment.Format((FX_LPCWSTR)L"%S", (FX_LPCWSTR)c_strFormat.c_str()); in printf()197 c_strResult += (wchar_t*)strSegment.GetBuffer(strSegment.GetLength()+1); in printf()