Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dstringprep.py189 def map_table_b3(code): function
196 al = map_table_b3(a)
198 bl = "".join([map_table_b3(ch) for ch in b])
/third_party/python/Lib/test/
Dtest_stringprep.py19 self.assertTrue(map_table_b3("\u0041"), "\u0061")
20 self.assertTrue(map_table_b3("\u0061"), "\u0061")
/third_party/python/Tools/unicode/
Dmkstringprep.py199 def map_table_b3(code): function
209 al = map_table_b3(a)
211 bl = "".join([map_table_b3(ch) for ch in b])
/third_party/python/Doc/library/
Dstringprep.rst58 .. function:: map_table_b3(code)