Home
last modified time | relevance | path

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

/base/global/i18n/frameworks/intl/include/
Ddate_time_format.h111 static const int32_t SHORT_ERA_LENGTH = 1; variable
/base/global/i18n/frameworks/intl/src/
Ddate_time_format.cpp476 } else if (option == "short" && length != SHORT_ERA_LENGTH) { in ComputeWeekdayOrEraOfPattern()