Searched refs:map_table_b2 (Results 1 – 5 of 5) sorted by relevance
17 self.assertTrue(map_table_b2(u"\u0041"), u"\u0061")18 self.assertTrue(map_table_b2(u"\u0061"), u"\u0061")
205 def map_table_b2(a): function217 if map(ord, map_table_b2(unichr(k))) != v:
21 newlabel.append(stringprep.map_table_b2(c))
51 .. function:: map_table_b2(code)
195 def map_table_b2(a): function