Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_stringprep.py69 self.assertTrue(in_table_d2(u"\u0041"))
70 self.assertFalse(in_table_d2(u"\u0040"))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
Didna.py50 if filter(stringprep.in_table_d2, label):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
Didna.py50 if filter(stringprep.in_table_d2, label):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dstringprep.py271 def in_table_d2(code): function