Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.h99 int32_t& iStyle,
136 int32_t iStyle,
140 int32_t iStyle,
144 int32_t iStyle,
147 int32_t iStyle,
286 static ByteString WordUS(const ByteString& szData, int32_t iStyle);
Dcfxjse_formcalc_context.cpp492 FX_LOCALEDATETIMESUBCATEGORY SubCategoryFromInt(int32_t iStyle) { in SubCategoryFromInt() argument
493 switch (iStyle) { in SubCategoryFromInt()
1173 int32_t iStyle = 0; in DateFmt() local
1181 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in DateFmt()
1182 if (iStyle < 0 || iStyle > 4) in DateFmt()
1183 iStyle = 0; in DateFmt()
1197 GetStandardDateFormat(pThis, iStyle, szLocal.AsStringView()); in DateFmt()
1284 int32_t iStyle = 0; in LocalDateFmt() local
1291 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in LocalDateFmt()
1292 if (iStyle > 4 || iStyle < 0) in LocalDateFmt()
[all …]
/external/syzkaller/sys/windows/
Dwindows.txt938 CreatePen(iStyle int32, cWidth int32, color int32)