Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_stringprep.py11 self.assertTrue(in_table_a1(u"\u0221"))
12 self.assertFalse(in_table_a1(u"\u0222"))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dstringprep.py12 def in_table_a1(code): function