Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_stringprep.py14 self.assertTrue(in_table_b1(u"\u00ad"))
15 self.assertFalse(in_table_b1(u"\u00ae"))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
Didna.py18 if stringprep.in_table_b1(c):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
Didna.py18 if stringprep.in_table_b1(c):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dstringprep.py20 def in_table_b1(code): function