Searched refs:irregularList (Results 1 – 1 of 1) sorted by relevance
323 std::set<std::string> irregularList = {"native", "traditio", "finance"}; in IsWellNumberingSystem() local324 if (irregularList.find(value) != irregularList.end()) { in IsWellNumberingSystem()337 std::set<std::string> irregularList = {"standard", "search"}; in IsWellCollation() local338 if (irregularList.find(value) != irregularList.end()) { in IsWellCollation()