Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_stringprep.py32 self.assertTrue(in_table_c11_c12(u"\u00a0"))
33 self.assertFalse(in_table_c11_c12(u"\u00a1"))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dstringprep.py213 def in_table_c11_c12(code): function