Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_stringprep.py41 self.assertTrue(in_table_c21_c22(u"\u009f"))
42 self.assertFalse(in_table_c21_c22(u"\u00a0"))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dstringprep.py227 def in_table_c21_c22(code): function