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.py34 script_order = {} variable
51 if script not in script_order:
52 script_order[script] = start
195 for script, constraints in sorted (constraints.items (), key=lambda s_c: script_order[s_c[0]]):