Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Dlocale_info.cpp242 uint32_t tempLangFirst = (lang[0] - CHAR_OFF); in GetMask() local
244 uint32_t mask = (tempLangFirst << LANG_FIRST_BEGIN) | (tempLangSecond << LANG_SECOND_BEGIN); in GetMask()