Home
last modified time | relevance | path

Searched refs:RandAL (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
Didna.py41 RandAL = map(stringprep.in_table_d1, label)
42 for c in RandAL:
57 if not RandAL[0] or not RandAL[-1]:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
Didna.py41 RandAL = map(stringprep.in_table_d1, label)
42 for c in RandAL:
57 if not RandAL[0] or not RandAL[-1]:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
Dmkstringprep.py406 RandAL = set(gen_bidirectional(["R","AL"])) variable
407 assert set(table.keys()) == RandAL