Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Dlocale_info.cpp285 uint16_t options = OPT_LANG; in ParseLanguageTag()
321 if ((options & OPT_LANG) && (type == TAG_COMMON)) { in ParseNormalSubTag()
324 options &= ~OPT_LANG; in ParseNormalSubTag()
/ohos5.0/base/global/i18n_lite/interfaces/kits/i18n/include/
H A Dlocale_info.h214 static constexpr uint16_t OPT_LANG = 0x0001; variable