Searched refs:tempRegion (Results 1 - 5 of 5) sorted by relevance
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | res_locale.cpp | 177 r.tempRegion = curPos; in ProcessSubtag() 201 r.tempRegion, r.regionTagLen); in CreateResLocale() 283 const char *tempRegion = nullptr; in BuildFromParts() local 308 tempRegion = region; in BuildFromParts() 320 rState = resLocale->Init(tempLanguage, languageTagLen, tempScript, scriptTagLen, tempRegion, regionTagLen); in BuildFromParts()
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | res_locale.cpp | 182 r.tempRegion = curPos; in ProcessSubtag() 206 r.tempRegion, r.regionTagLen); in CreateResLocale() 285 const char *tempRegion = nullptr; in BuildFromParts() local 311 tempRegion = region; in BuildFromParts() 319 rState = resLocale->Init(tempLanguage, languageTagLen, tempScript, scriptTagLen, tempRegion, regionTagLen); in BuildFromParts()
|
/base/global/resource_management/frameworks/resmgr/include/ |
H A D | res_locale.h | 36 const char *tempRegion = nullptr; member
|
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | res_locale.h | 32 const char *tempRegion = nullptr; member
|
/base/global/i18n_lite/frameworks/i18n/src/ |
H A D | locale_info.cpp | 263 uint32_t tempRegion = (region[0] - CHAR_OFF);
in GetMask() local 265 mask = mask | (tempRegion << REGION_FIRST_LETTER) | (tempRegionSecond);
in GetMask()
|
Completed in 4 milliseconds