Searched refs:map_table_b3 (Results 1 – 4 of 4) sorted by relevance
20 self.assertTrue(map_table_b3(u"\u0041"), u"\u0061")21 self.assertTrue(map_table_b3(u"\u0061"), u"\u0061")
196 def map_table_b3(code): function206 al = map_table_b3(a)208 bl = u"".join([map_table_b3(ch) for ch in b])
189 def map_table_b3(code): function196 al = map_table_b3(a)198 bl = u"".join([map_table_b3(ch) for ch in b])
57 .. function:: map_table_b3(code)