Home
last modified time | relevance | path

Searched refs:tempScript (Results 1 - 6 of 6) sorted by relevance

/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dres_locale.cpp171 r.tempScript = curPos; in ProcessSubtag()
200 rState = resLocale->Init(r.tempLanguage, r.languageTagLen, r.tempScript, r.scriptTagLen, in CreateResLocale()
282 const char *tempScript = nullptr; in BuildFromParts() local
298 tempScript = script; in BuildFromParts()
320 rState = resLocale->Init(tempLanguage, languageTagLen, tempScript, scriptTagLen, tempRegion, regionTagLen); in BuildFromParts()
H A Dlocale_matcher.cpp531 char *tempScript = new(std::nothrow) char[SCRIPT_ARRAY_LEN]; in Normalize() local
532 if (tempScript == nullptr) { in Normalize()
535 tempScript[SCRIPT_LEN] = '\0'; in Normalize()
536 Utils::DecodeScript(encodedScript, tempScript); in Normalize()
537 localeInfo->script_ = tempScript; in Normalize()
/base/global/resource_management/frameworks/resmgr/src/
H A Dres_locale.cpp176 r.tempScript = curPos; in ProcessSubtag()
205 rState = resLocale->Init(r.tempLanguage, r.languageTagLen, r.tempScript, r.scriptTagLen, in CreateResLocale()
284 const char *tempScript = nullptr; in BuildFromParts() local
302 tempScript = script; in BuildFromParts()
319 rState = resLocale->Init(tempLanguage, languageTagLen, tempScript, scriptTagLen, tempRegion, regionTagLen); in BuildFromParts()
H A Dlocale_matcher.cpp533 char *tempScript = new(std::nothrow) char[SCRIPT_ARRAY_LEN]; in Normalize() local
534 if (tempScript == nullptr) { in Normalize()
537 tempScript[SCRIPT_LEN] = '\0'; in Normalize()
538 Utils::DecodeScript(encodedScript, tempScript); in Normalize()
539 localeInfo->script_ = tempScript; in Normalize()
/base/global/resource_management/frameworks/resmgr/include/
H A Dres_locale.h35 const char *tempScript = nullptr; member
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dres_locale.h31 const char *tempScript = nullptr; member

Completed in 7 milliseconds