Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_stringprep.py20 self.assertTrue(map_table_b3(u"\u0041"), u"\u0061")
21 self.assertTrue(map_table_b3(u"\u0061"), u"\u0061")
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
Dmkstringprep.py196 def map_table_b3(code): function
206 al = map_table_b3(a)
208 bl = u"".join([map_table_b3(ch) for ch in b])
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dstringprep.py189 def map_table_b3(code): function
196 al = map_table_b3(a)
198 bl = u"".join([map_table_b3(ch) for ch in b])