Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
Dutil.cpp176 CFX_WideString strSegment; in printf() local
185 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()
191strSegment.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()