Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_stringprep.py26 self.assertTrue(in_table_c12(u"\u00a0"))
27 self.assertFalse(in_table_c12(u"\u00a1"))
29 self.assertTrue(in_table_c12(u"\u00a0"))
30 self.assertFalse(in_table_c12(u"\u00a1"))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
Didna.py29 if stringprep.in_table_c12(c) or \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
Didna.py29 if stringprep.in_table_c12(c) or \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dstringprep.py210 def in_table_c12(code): function