Lines Matching refs:iStyle
1081 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()
1237 int32_t iStyle = 0; in LocalTimeFmt() local
1244 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in LocalTimeFmt()
1245 if (iStyle > 4 || iStyle < 0) in LocalTimeFmt()
1246 iStyle = 0; in LocalTimeFmt()
1260 GetLocalTimeFormat(pThis, iStyle, szLocal.AsStringC(), formatStr, false); in LocalTimeFmt()
1617 int32_t iStyle = 0; in TimeFmt() local
1624 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in TimeFmt()
1625 if (iStyle > 4 || iStyle < 0) in TimeFmt()
1626 iStyle = 0; in TimeFmt()
1640 GetStandardTimeFormat(pThis, iStyle, szLocal.AsStringC(), formatStr); in TimeFmt()
1647 int32_t& iStyle, in IsIsoDateFormat() argument
1667 iStyle = 0; in IsIsoDateFormat()
1671 iStyle = pData[4] == '-' ? 1 : 0; in IsIsoDateFormat()
1675 int32_t iPosOff = iStyle == 0 ? 4 : 5; in IsIsoDateFormat()
1686 if (iStyle == 0) { in IsIsoDateFormat()
1900 int32_t iStyle = -1; in IsIsoDateTimeFormat() local
1901 if (!IsIsoDateFormat(pData, iIndex, iStyle, iYear, iMonth, iDay)) in IsIsoDateTimeFormat()
2118 int32_t iStyle = -1; in DateString2Num() local
2119 if (!IsIsoDateFormat(szDateString.c_str(), iLength, iStyle, iYear, iMonth, in DateString2Num()
2170 int32_t iStyle, in GetLocalDateFormat() argument
2175 switch (iStyle) { in GetLocalDateFormat()
2221 int32_t iStyle, in GetLocalTimeFormat() argument
2226 switch (iStyle) { in GetLocalTimeFormat()
2272 int32_t iStyle, in GetStandardDateFormat() argument
2275 GetLocalDateFormat(pThis, iStyle, szLocalStr, strFormat, true); in GetStandardDateFormat()
2280 int32_t iStyle, in GetStandardTimeFormat() argument
2283 GetLocalTimeFormat(pThis, iStyle, szLocalStr, strFormat, true); in GetStandardTimeFormat()
4782 int32_t iStyle, in WordUS() argument
4786 if (iStyle < 0 || iStyle > 2) { in WordUS()
4809 if (iStyle > 0) in WordUS()
4812 if (iStyle > 1 && iInteger < iLength) { in WordUS()