Searched refs:argLocale (Results 1 – 1 of 1) sorted by relevance
1912 std::unique_ptr<CFXJSE_Value> argLocale = GetSimpleValue(pThis, args, 1); in DateFmt() local1913 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() local2021 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() local2058 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[all …]