Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_stringprep.py23 self.assertTrue(in_table_c11(u"\u0020"))
24 self.assertFalse(in_table_c11(u"\u0021"))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dstringprep.py206 def in_table_c11(code): function