Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_stringprep.py17 self.assertTrue(map_table_b2(u"\u0041"), u"\u0061")
18 self.assertTrue(map_table_b2(u"\u0061"), u"\u0061")
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
Dmkstringprep.py205 def map_table_b2(a): function
217 if map(ord, map_table_b2(unichr(k))) != v:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
Didna.py21 newlabel.append(stringprep.map_table_b2(c))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
Didna.py21 newlabel.append(stringprep.map_table_b2(c))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dstringprep.py195 def map_table_b2(a): function