Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_stringprep.py16 self.assertTrue(map_table_b2("\u0041"), "\u0061")
17 self.assertTrue(map_table_b2("\u0061"), "\u0061")
/third_party/python/Tools/unicode/
Dmkstringprep.py208 def map_table_b2(a): function
220 if list(map(ord, map_table_b2(chr(k)))) != v:
/third_party/python/Lib/
Dstringprep.py195 def map_table_b2(a): function
/third_party/python/Lib/encodings/
Didna.py21 newlabel.append(stringprep.map_table_b2(c))
/third_party/python/Doc/library/
Dstringprep.rst52 .. function:: map_table_b2(code)