Searched refs:argStyle (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/xfa/fxfa/fm2js/ |
D | xfa_fm2jscontext.cpp | 1083 std::unique_ptr<CFXJSE_Value> argStyle = GetSimpleValue(pThis, args, 0); in DateFmt() local 1084 if (argStyle->IsNull()) { in DateFmt() 1089 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in DateFmt() 1201 std::unique_ptr<CFXJSE_Value> argStyle = GetSimpleValue(pThis, args, 0); in LocalDateFmt() local 1202 if (argStyle->IsNull()) { in LocalDateFmt() 1206 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in LocalDateFmt() 1239 std::unique_ptr<CFXJSE_Value> argStyle = GetSimpleValue(pThis, args, 0); in LocalTimeFmt() local 1240 if (argStyle->IsNull()) { in LocalTimeFmt() 1244 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in LocalTimeFmt() 1619 std::unique_ptr<CFXJSE_Value> argStyle = GetSimpleValue(pThis, args, 0); in TimeFmt() local [all …]
|