Searched defs:resLocale (Results 1 – 4 of 4) sorted by relevance
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
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
|
D | res_config_impl.cpp | 50 ResLocale *resLocale = in SetLocaleInfo() local
|
/base/global/resource_management/frameworks/resmgr/src/ |
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 447 ResLocale *resLocale = ResLocale::BuildFromString(iter->c_str(), DASH_SEP, state); in FindAndSort() local
|
D | res_config_impl.cpp | 87 const char *region, ResLocale **resLocale) in BuildResLocale() 106 RState ResConfigImpl::BuildLocaleInfo(const ResLocale *resLocale, Locale **localeInfo) in BuildLocaleInfo()
|