Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_stringprep.py66 self.assertTrue(in_table_d1(u"\u05be"))
67 self.assertFalse(in_table_d1(u"\u05bf"))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
Didna.py41 RandAL = map(stringprep.in_table_d1, label)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
Didna.py41 RandAL = map(stringprep.in_table_d1, label)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dstringprep.py267 def in_table_d1(code): function