Home
last modified time | relevance | path

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

/external/python/cpython2/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]:
/external/python/cpython3/Lib/encodings/
Didna.py41 RandAL = [stringprep.in_table_d1(x) for x in label]
42 for c in RandAL:
57 if not RandAL[0] or not RandAL[-1]:
/external/python/cpython2/Tools/unicode/
Dmkstringprep.py406 RandAL = set(gen_bidirectional(["R","AL"])) variable
407 assert set(table.keys()) == RandAL
/external/python/cpython3/Tools/unicode/
Dmkstringprep.py412 RandAL = set(gen_bidirectional(["R","AL"])) variable
413 assert set(table.keys()) == RandAL