Home
last modified time | relevance | path

Searched defs:resLocale (Results 1 – 4 of 4) sorted by relevance

/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dres_locale.cpp195 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
Dres_config_impl.cpp50 ResLocale *resLocale = in SetLocaleInfo() local
/base/global/resource_management/frameworks/resmgr/src/
Dres_locale.cpp201 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
Dres_config_impl.cpp87 const char *region, ResLocale **resLocale) in BuildResLocale()
106 RState ResConfigImpl::BuildLocaleInfo(const ResLocale *resLocale, Locale **localeInfo) in BuildLocaleInfo()