Home
last modified time | relevance | path

Searched refs:in_table_c21 (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_stringprep.py35 self.assertTrue(in_table_c21(u"\u001f"))
36 self.assertFalse(in_table_c21(u"\u0020"))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dstringprep.py217 def in_table_c21(code): function