Home
last modified time | relevance | path

Searched refs:NARROW_LENGTH (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Ddate_time_format.h104 static const int32_t NARROW_LENGTH = 5; variable
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Ddate_time_format.cpp482 } else if (month == "narrow" && length != NARROW_LENGTH) { in ComputePattern()
531 } else if (option == "narrow" && length != NARROW_LENGTH) { in ComputeWeekdayOfPattern()
549 } else if ((option == "narrow" && length != NARROW_LENGTH) || (option == "auto" && in ComputeEraOfPattern()