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

/xsrc/external/mit/fontconfig/dist/fc-lang/
H A Dfc-lang.py157 LangCountrySets = {} variable
191 if not language_family in LangCountrySets:
192 LangCountrySets[language_family] = []
193 LangCountrySets[language_family] += [orth_entries[fn]]
355 assert len(LangCountrySets) > 0
358 for k in sorted(LangCountrySets.keys()):
360 for entries_id in LangCountrySets[k]:
368 print('#define NUM_COUNTRY_SET {}\n'.format(len(LangCountrySets)))

Completed in 2 milliseconds