Home
last modified time | relevance | path

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

/base/global/i18n_lite/interfaces/kits/i18n/include/
Dlocale_info.h201 static bool IsScript(const char *start, uint8_t length);
/base/global/i18n_lite/frameworks/i18n/src/
Dlocale_info.cpp343 if (IsScript(start, tagLength)) { in ParseNormalSubTag()
417 bool LocaleInfo::IsScript(const char *start, uint8_t length) in IsScript() function in LocaleInfo