Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.h96 int32_t& iStyle,
146 int32_t iStyle,
151 int32_t iStyle,
156 int32_t iStyle,
160 int32_t iStyle,
310 int32_t iStyle,
Dxfa_fm2jscontext.cpp1081 int32_t iStyle = 0; in DateFmt() local
1089 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in DateFmt()
1090 if (iStyle < 0 || iStyle > 4) in DateFmt()
1091 iStyle = 0; in DateFmt()
1105 GetStandardDateFormat(pThis, iStyle, szLocal.AsStringC(), formatStr); in DateFmt()
1199 int32_t iStyle = 0; in LocalDateFmt() local
1206 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in LocalDateFmt()
1207 if (iStyle > 4 || iStyle < 0) in LocalDateFmt()
1208 iStyle = 0; in LocalDateFmt()
1222 GetLocalDateFormat(pThis, iStyle, szLocal.AsStringC(), formatStr, false); in LocalDateFmt()
[all …]