Searched defs:CommonDateFormatPart (Results 1 – 1 of 1) sorted by relevance
29 struct CommonDateFormatPart { struct30 int32_t fField = 0;31 int32_t fBeginIndex = 0; // NOLINT(misc-non-private-member-variables-in-classes)32 int32_t fEndIndex = 0; // NOLINT(misc-non-private-member-variables-in-classes)33 int32_t index = 0; // NOLINT(misc-non-private-member-variables-in-classes)34 bool isPreExist = false;37 …CommonDateFormatPart(int32_t fField, int32_t fBeginIndex, int32_t fEndIndex, int32_t index, bool i… in CommonDateFormatPart() argument