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.cpp29 struct CommonDateFormatPart { struct
30 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;
37CommonDateFormatPart(int32_t fField, int32_t fBeginIndex, int32_t fEndIndex, int32_t index, bool i… in CommonDateFormatPart() argument