Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Dlocale_info.h50 static const uint32_t REGION_LEN = 2; variable
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dlocale_config.cpp355 if (size != LocaleInfo::REGION_LEN) { in IsValidRegion()
358 for (size_t i = 0; i < LocaleInfo::REGION_LEN; ++i) { in IsValidRegion()