Home
last modified time | relevance | path

Searched refs:hantParent (Results 1 – 2 of 2) sorted by relevance

/base/global/i18n/frameworks/intl/src/
Dlocale_compare.cpp32 std::map<std::string, std::string> LocaleCompare::hantParent {
215 if (hantParent.find(localeTag1) != hantParent.end()) { in HasMapRelation()
216 if (localeTag2.compare(hantParent[localeTag1]) == 0) { in HasMapRelation()
226 for (auto it = hantParent.begin(); it != hantParent.end(); ++it) { in HasMapRelation()
/base/global/i18n/frameworks/intl/include/
Dlocale_compare.h41 static std::map<std::string, std::string> hantParent; variable