Searched refs:iso3166 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xkeyboard-config/dist/tests/
H A DtestShortDescriptions4 awk '{print $1}' ../docs/iso3166-3.csv | sort > iso.sd
H A Dtest_rules_xml.py95 def iso3166(self): member in class:Layout
96 if self.variant and self.variant.iso3166 is not None:
97 return self.variant.iso3166 or []
99 return self.layout.iso3166 or []
129 self.iso3166 = None
170 ci.iso3166 = cls._fetch_subelement_text(countrylist, 'iso3166Id')
230 for code in layout.iso3166:
234 assert layout.iso3166 or layout.layout.name in expected_without_country, f"{layout.rulesfile}: layout {layout.name} has no countries associated"

Completed in 2 milliseconds