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

/external/harfbuzz_ng/src/
H A Dgen-indic-table.py98 all_shorts = [{},{}] variable
105 all_shorts[i][s] = v
119 if s in all_shorts[i]:
120 raise Exception ("Duplicate short value alias", v, all_shorts[i][s])
121 all_shorts[i][s] = v

Completed in 106 milliseconds