Home
last modified time | relevance | path

Searched refs:argLocale (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp1912 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
[all …]