Home
last modified time | relevance | path

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

/frameworks/minikin/tools/
Dmk_hyb_file.py431 def map_to_chr(alphabet_map): argument
434 for val in alphabet_map.values():
435 chs = [ch for ch in alphabet_map if alphabet_map[ch] == val]
514 alphabet_map = {}
521 alphabet_map[unichr(ch)] = b
527 alphabet_map[unichr(entry >> 11)] = entry & 0x7ff
529 ch_map, reconstructed_chr = map_to_chr(alphabet_map)