Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dgen-vowel-constraints.py28 script_order = {} variable
45 if script not in script_order:
46 script_order[script] = start
208 for script, constraints in sorted (constraints.items (), key=lambda s_c: script_order[s_c[0]]):