Home
last modified time | relevance | path

Searched refs:DASH_SEP (Results 1 – 4 of 4) sorted by relevance

/base/global/resource_management_lite/frameworks/resmgr_lite/include/utils/
Dcommon.h29 static constexpr char DASH_SEP = '-'; variable
/base/global/resource_management/frameworks/resmgr/include/utils/
Dcommon.h29 static constexpr char DASH_SEP = '-'; variable
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dres_locale.cpp188 if (sep != DASH_SEP && sep != UNDERLINE_SEP) { in CheckArg()
433 ResLocale *currentLocale = ResLocale::BuildFromString(localeStr.c_str(), DASH_SEP, state); in FindAndSort()
437 ResLocale *resLocale = ResLocale::BuildFromString(iter->c_str(), DASH_SEP, state); in FindAndSort()
/base/global/resource_management/frameworks/resmgr/src/
Dres_locale.cpp194 if (sep != DASH_SEP && sep != UNDERLINE_SEP) { in CheckArg()
449 ResLocale *currentLocale = ResLocale::BuildFromString(localeStr.c_str(), DASH_SEP, state); in FindAndSort()
453 ResLocale *resLocale = ResLocale::BuildFromString(iter->c_str(), DASH_SEP, state); in FindAndSort()