Home
last modified time | relevance | path

Searched refs:RandAL (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/encodings/
H A Didna.py41 RandAL = [stringprep.in_table_d1(x) for x in label]
42 if any(RandAL):
43 # There is a RandAL char in the string. Must perform further
55 if not RandAL[0] or not RandAL[-1]:
/third_party/python/Tools/unicode/
H A Dmkstringprep.py409 RandAL = set(gen_bidirectional(["R","AL"])) variable
410 assert set(table.keys()) == RandAL

Completed in 1 milliseconds