Searched defs:resLocale (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | res_locale.cpp | 195 ResLocale *resLocale = new(std::nothrow) ResLocale; in CreateResLocale() local 315 ResLocale *resLocale = new(std::nothrow) ResLocale; in BuildFromParts() local 367 ResLocale *resLocale = ResLocale::BuildFromString(str, sep, rState); in BuildFromString() local 437 ResLocale *resLocale = ResLocale::BuildFromString(iter->c_str(), DASH_SEP, state); in FindAndSort() local
|
H A D | res_config_impl.cpp | 50 ResLocale *resLocale = in SetLocaleInfo() local
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | res_locale.cpp | 201 ResLocale *resLocale = new(std::nothrow) ResLocale; in CreateResLocale() local 315 ResLocale *resLocale = new(std::nothrow) ResLocale; in BuildFromParts() local 370 ResLocale *resLocale = ResLocale::BuildFromString(str, sep, rState); in BuildFromString() local 448 ResLocale *resLocale = ResLocale::BuildFromString(iter->c_str(), DASH_SEP, state); in FindAndSort() local
|
H A D | res_config_impl.cpp | 89 const char *region, ResLocale **resLocale) in BuildResLocale() 108 RState ResConfigImpl::BuildLocaleInfo(const ResLocale *resLocale, Locale **localeInfo) in BuildLocaleInfo()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | string_utils.cpp | 179 std::string GetLocalInfo(const ResLocale *resLocale) in GetLocalInfo() 207 const ResLocale *resLocale = resConfig.GetResLocale(); in LocalizeNumber() local
|