Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n_lite/interfaces/kits/i18n/include/
H A Dlocale_info.h202 static bool IsRegion(const char *start, uint8_t length);
/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Dlocale_info.cpp337 if (IsRegion(start, tagLength)) { in ParseNormalSubTag()
430 bool LocaleInfo::IsRegion(const char *start, uint8_t length) in IsRegion() function in LocaleInfo