Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp994 FXJSE_HVALUE argStyle = 0; in DateFmt() local
997 argStyle = GetSimpleHValue(hThis, args, 0); in DateFmt()
998 if (FXJSE_Value_IsNull(argStyle)) { in DateFmt()
1001 iStyle = (int32_t)HValueToFloat(hThis, argStyle); in DateFmt()
1025 FXJSE_Value_Release(argStyle); in DateFmt()
1124 FXJSE_HVALUE argStyle = 0; in LocalDateFmt() local
1127 argStyle = GetSimpleHValue(hThis, args, 0); in LocalDateFmt()
1128 if (FXJSE_Value_IsNull(argStyle)) { in LocalDateFmt()
1131 iStyle = (int32_t)HValueToFloat(hThis, argStyle); in LocalDateFmt()
1155 FXJSE_Value_Release(argStyle); in LocalDateFmt()
[all …]