Lines Matching refs:argStyle
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
1620 if (argStyle->IsNull()) { in TimeFmt()
1624 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in TimeFmt()