Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_util.cpp106 std::wstring c_strFormat = unsafe_conversion_specifiers[iIndex]; in printf() local
108 c_strResult = c_strFormat; in printf()
113 c_strResult += c_strFormat; in printf()
118 switch (ParseDataType(&c_strFormat)) { in printf()
120 strSegment = WideString::Format(c_strFormat.c_str(), in printf()
124 strSegment = WideString::Format(c_strFormat.c_str(), in printf()
129 WideString::Format(c_strFormat.c_str(), in printf()
133 strSegment = WideString::Format(L"%ls", c_strFormat.c_str()); in printf()