Home
last modified time | relevance | path

Searched defs:tempLocale (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dglobal.c61 char tempLocale[MAX_LOCALE_LENGTH] = {'\0'}; in GLOBAL_GetLanguage() local
79 char tempLocale[MAX_LOCALE_LENGTH] = { '\0' }; in GLOBAL_IsRTL() local
115 char tempLocale[MAX_LOCALE_LENGTH] = {'\0'}; in GLOBAL_GetRegion() local
203 char tempLocale[MAX_LOCALE_LENGTH] = {'\0'}; in GLOBAL_GetValueById() local
274 char tempLocale[MAX_LOCALE_LENGTH] = {'\0'}; in GLOBAL_GetValueByName() local
H A Dres_config_impl.cpp62 LocaleInfo *tempLocale = new(std::nothrow) LocaleInfo(resLocale->GetLanguage(), in SetLocaleInfo() local
151 LocaleInfo *tempLocale = new(std::nothrow) LocaleInfo(*other.GetLocaleInfo()); in CopyLocale() local
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Di18n_calendar.cpp45 icu::Locale tempLocale = icu::Locale::forLanguageTag(localeTag, status); in I18nCalendar() local
68 icu::Locale tempLocale = icu::Locale::forLanguageTag(localeTag, status); in I18nCalendar() local
H A Di18n_timezone.cpp986 LocaleInfo* tempLocale = new LocaleInfo(tempLocaleStr); in GetFallBack() local
H A Dlocale_config.cpp256 icu::Locale tempLocale = icu::Locale::forLanguageTag(language.c_str(), status); in GetDisplayLanguageInner() local
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dres_config_impl.cpp324 Locale tempLocale = icu::LocaleBuilder().setLocale(*otherLocaleInfo).build(errCode); in CopyLocale() local