Home
last modified time | relevance | path

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

/frameworks/minikin/tools/
Dmk_hyb_file.py442 def map_to_chr(alphabet_map): argument
445 for val in alphabet_map.values():
446 chs = [ch for ch in alphabet_map if alphabet_map[ch] == val]
525 alphabet_map = {}
532 alphabet_map[unichr(ch)] = b
538 alphabet_map[unichr(entry >> 11)] = entry & 0x7ff
540 ch_map, reconstructed_chr = map_to_chr(alphabet_map)