Home
last modified time | relevance | path

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

/base/global/i18n_lite/frameworks/i18n/src/
Dlocale_info.cpp277 uint32_t tempRegionSecond = (region[1] - CHAR_OFF); in GetMask() local
278 mask = mask | (tempRegion << REGION_FIRST_LETTER) | (tempRegionSecond); in GetMask()