Lines Matching refs:argLocale
1912 std::unique_ptr<CFXJSE_Value> argLocale = GetSimpleValue(pThis, args, 1); in DateFmt() local
1913 if (argLocale->IsNull()) { in DateFmt()
1917 bsLocale = ValueToUTF8String(argLocale.get()); in DateFmt()
2020 std::unique_ptr<CFXJSE_Value> argLocale = GetSimpleValue(pThis, args, 1); in LocalDateFmt() local
2021 if (argLocale->IsNull()) { in LocalDateFmt()
2025 bsLocale = ValueToUTF8String(argLocale.get()); in LocalDateFmt()
2057 std::unique_ptr<CFXJSE_Value> argLocale = GetSimpleValue(pThis, args, 1); in LocalTimeFmt() local
2058 if (argLocale->IsNull()) { in LocalTimeFmt()
2062 bsLocale = ValueToUTF8String(argLocale.get()); in LocalTimeFmt()
2428 std::unique_ptr<CFXJSE_Value> argLocale = GetSimpleValue(pThis, args, 1); in TimeFmt() local
2429 if (argLocale->IsNull()) { in TimeFmt()
2433 bsLocale = ValueToUTF8String(argLocale.get()); in TimeFmt()