Searched defs:BIDIRECTIONAL_NAMES (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Tools/unicode/
H A Dmakeunicodedata.py48 BIDIRECTIONAL_NAMES = [ "", "L", "LRE", "LRO", "R", "AL", "RLE", "RLO", variable
117 bidirectional = BIDIRECTIONAL_NAMES.index(record[4])
266 for name in BIDIRECTIONAL_NAMES:
760 bidir_changes[i] = BIDIRECTIONAL_NAMES.index(value)

Completed in 75 milliseconds