Lines Matching refs:argStyle
1899 std::unique_ptr<CFXJSE_Value> argStyle = GetSimpleValue(pThis, args, 0); in DateFmt() local
1900 if (argStyle->IsNull()) { in DateFmt()
1905 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in DateFmt()
2008 std::unique_ptr<CFXJSE_Value> argStyle = GetSimpleValue(pThis, args, 0); in LocalDateFmt() local
2009 if (argStyle->IsNull()) { in LocalDateFmt()
2013 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in LocalDateFmt()
2045 std::unique_ptr<CFXJSE_Value> argStyle = GetSimpleValue(pThis, args, 0); in LocalTimeFmt() local
2046 if (argStyle->IsNull()) { in LocalTimeFmt()
2050 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in LocalTimeFmt()
2416 std::unique_ptr<CFXJSE_Value> argStyle = GetSimpleValue(pThis, args, 0); in TimeFmt() local
2417 if (argStyle->IsNull()) { in TimeFmt()
2421 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in TimeFmt()