Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
Dutil.cpp165 std::wstring c_strFormat; in printf() local
168 c_strFormat = c_strConvers[iIndex]; in printf()
171 c_strResult = c_strFormat; in printf()
178 c_strResult += c_strFormat; in printf()
182 switch (ParstDataType(&c_strFormat)) in printf()
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()
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()