Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_util.cpp182 WideString swResult; in printd() local
185 swResult = WideString::Format(L"D:%04d%02d%02d%02d%02d%02d", year, in printd()
189 swResult = WideString::Format(L"%04d.%02d.%02d %02d:%02d:%02d", year, in printd()
193 swResult = WideString::Format(L"%04d/%02d/%02d %02d:%02d:%02d", year, in printd()
200 return CJS_Result::Success(pRuntime->NewString(swResult.AsStringView())); in printd()