Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp1188 std::unique_ptr<CFXJSE_Value> argLocal = GetSimpleValue(pThis, args, 1); in DateFmt() local
1189 if (argLocal->IsNull()) { in DateFmt()
1193 szLocal = ValueToUTF8String(argLocal.get()); in DateFmt()
1298 std::unique_ptr<CFXJSE_Value> argLocal = GetSimpleValue(pThis, args, 1); in LocalDateFmt() local
1299 if (argLocal->IsNull()) { in LocalDateFmt()
1303 szLocal = ValueToUTF8String(argLocal.get()); in LocalDateFmt()
1336 std::unique_ptr<CFXJSE_Value> argLocal = GetSimpleValue(pThis, args, 1); in LocalTimeFmt() local
1337 if (argLocal->IsNull()) { in LocalTimeFmt()
1341 szLocal = ValueToUTF8String(argLocal.get()); in LocalTimeFmt()
1710 std::unique_ptr<CFXJSE_Value> argLocal = GetSimpleValue(pThis, args, 1); in TimeFmt() local
[all …]