Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_util.cpp103 std::wstring c_strResult; in printf() local
108 c_strResult = c_strFormat; in printf()
113 c_strResult += c_strFormat; in printf()
136 c_strResult += strSegment.c_str(); in printf()
139 c_strResult.erase(c_strResult.begin()); in printf()
140 return CJS_Return(pRuntime->NewString(c_strResult.c_str())); in printf()