Home
last modified time | relevance | path

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

/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dres_locale.cpp165 r.tempLanguage = curPos; in ProcessSubtag()
200 rState = resLocale->Init(r.tempLanguage, r.languageTagLen, r.tempScript, r.scriptTagLen, in CreateResLocale()
281 const char *tempLanguage = nullptr; in BuildFromParts() local
288 tempLanguage = language; in BuildFromParts()
320 …rState = resLocale->Init(tempLanguage, languageTagLen, tempScript, scriptTagLen, tempRegion, regio… in BuildFromParts()
/base/global/resource_management/frameworks/resmgr/src/
Dres_locale.cpp171 r.tempLanguage = curPos; in ProcessSubtag()
206 rState = resLocale->Init(r.tempLanguage, r.languageTagLen, r.tempScript, r.scriptTagLen, in CreateResLocale()
284 const char *tempLanguage = nullptr; in BuildFromParts() local
294 tempLanguage = language; in BuildFromParts()
320 …rState = resLocale->Init(tempLanguage, languageTagLen, tempScript, scriptTagLen, tempRegion, regio… in BuildFromParts()
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dres_locale.h30 const char *tempLanguage = nullptr; member
/base/global/resource_management/frameworks/resmgr/include/
Dres_locale.h34 const char *tempLanguage = nullptr; member