Searched refs:monthIndex (Results 1 – 2 of 2) sorted by relevance
231 const uint8_t monthIndex = 1; in GetMonthVal() local242 if (FormatDigit(date.c_str(), result, maxMonthLen, start, digitArray_[monthIndex]) > 0) { in GetMonthVal()558 const uint8_t monthIndex = 1; in GetMonthStyle() local559 digitArray_[monthIndex] = true; in GetMonthStyle()
429 - IndexOfMonth:从索引 0 开始。因此,从 Month 值中减去 1。例如,对于 3 月,该值为 3,但 monthIndex 将为 2(即 3-1 = 2)。本月指数通常应在 0-1…