Home
last modified time | relevance | path

Searched defs:CommonDateFormatPart (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_date_time_format.cpp28 struct CommonDateFormatPart { struct
29 int32_t fField = 0;
30 int32_t fBeginIndex = 0; // NOLINT(misc-non-private-member-variables-in-classes)
31 int32_t fEndIndex = 0; // NOLINT(misc-non-private-member-variables-in-classes)
32 int32_t index = 0; // NOLINT(misc-non-private-member-variables-in-classes)
33 bool isPreExist = false;
36CommonDateFormatPart(int32_t fField, int32_t fBeginIndex, int32_t fEndIndex, int32_t index, bool i… in CommonDateFormatPart() argument