• Home
  • Raw
  • Download

Lines Matching refs:iStyle

492 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()
1293 iStyle = 0; in LocalDateFmt()
1307 GetLocalDateFormat(pThis, iStyle, szLocal.AsStringView(), false); in LocalDateFmt()
1322 int32_t iStyle = 0; in LocalTimeFmt() local
1329 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in LocalTimeFmt()
1330 if (iStyle > 4 || iStyle < 0) in LocalTimeFmt()
1331 iStyle = 0; in LocalTimeFmt()
1345 GetLocalTimeFormat(pThis, iStyle, szLocal.AsStringView(), false); in LocalTimeFmt()
1696 int32_t iStyle = 0; in TimeFmt() local
1703 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in TimeFmt()
1704 if (iStyle > 4 || iStyle < 0) in TimeFmt()
1705 iStyle = 0; in TimeFmt()
1719 GetStandardTimeFormat(pThis, iStyle, szLocal.AsStringView()); in TimeFmt()
1726 int32_t& iStyle, in IsIsoDateFormat() argument
1746 iStyle = 0; in IsIsoDateFormat()
1750 iStyle = pData[4] == '-' ? 1 : 0; in IsIsoDateFormat()
1754 int32_t iPosOff = iStyle == 0 ? 4 : 5; in IsIsoDateFormat()
1764 if (iStyle == 0) { in IsIsoDateFormat()
1975 int32_t iStyle = -1; in IsIsoDateTimeFormat() local
1976 if (!IsIsoDateFormat(pData, iIndex, iStyle, iYear, iMonth, iDay)) in IsIsoDateTimeFormat()
2068 int32_t iStyle = -1; in DateString2Num() local
2069 if (!IsIsoDateFormat(szDateString.unterminated_c_str(), iLength, iStyle, in DateString2Num()
2121 int32_t iStyle, in GetLocalDateFormat() argument
2133 WideString strRet = pLocale->GetDatePattern(SubCategoryFromInt(iStyle)); in GetLocalDateFormat()
2144 int32_t iStyle, in GetLocalTimeFormat() argument
2156 WideString strRet = pLocale->GetTimePattern(SubCategoryFromInt(iStyle)); in GetLocalTimeFormat()
2167 int32_t iStyle, in GetStandardDateFormat() argument
2169 return GetLocalDateFormat(pThis, iStyle, szLocalStr, true); in GetStandardDateFormat()
2175 int32_t iStyle, in GetStandardTimeFormat() argument
2177 return GetLocalTimeFormat(pThis, iStyle, szLocalStr, true); in GetStandardTimeFormat()
4599 int32_t iStyle) { in WordUS() argument
4602 if (iStyle < 0 || iStyle > 2) { in WordUS()
4627 if (iStyle > 0) in WordUS()
4630 if (iStyle > 1 && iInteger < iLength) { in WordUS()