Searched refs:map_table_b3 (Results 1 – 4 of 4) sorted by relevance
189 def map_table_b3(code): function196 al = map_table_b3(a)198 bl = "".join([map_table_b3(ch) for ch in b])
19 self.assertTrue(map_table_b3("\u0041"), "\u0061")20 self.assertTrue(map_table_b3("\u0061"), "\u0061")
199 def map_table_b3(code): function209 al = map_table_b3(a)211 bl = "".join([map_table_b3(ch) for ch in b])
58 .. function:: map_table_b3(code)