Searched refs:DASH_SEP (Results 1 – 4 of 4) sorted by relevance
29 static constexpr char DASH_SEP = '-'; variable
188 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()
194 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()