Searched refs:tempScript (Results 1 - 6 of 6) sorted by relevance
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | res_locale.cpp | 171 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 D | locale_matcher.cpp | 531 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 D | res_locale.cpp | 176 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 D | locale_matcher.cpp | 533 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 D | res_locale.h | 35 const char *tempScript = nullptr; member
|
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | res_locale.h | 31 const char *tempScript = nullptr; member
|
Completed in 7 milliseconds