Searched refs:hantParent (Results 1 – 2 of 2) sorted by relevance
32 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()
41 static std::map<std::string, std::string> hantParent; variable