Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_stringprep.py53 self.assertTrue(in_table_c6(u"\ufff9"))
54 self.assertFalse(in_table_c6(u"\ufffe"))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
Didna.py34 stringprep.in_table_c6(c) or \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
Didna.py34 stringprep.in_table_c6(c) or \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dstringprep.py248 def in_table_c6(code): function