Home | History | Annotate | Download | only in unicode

Lines Matching refs:bidirectional

117             bidirectional = BIDIRECTIONAL_NAMES.index(record[4])

122 category, combining, bidirectional, mirrored, eastasianwidth,
371 bidirectional = record[4]
379 if 'Line_Break' in properties or bidirectional == "B":
382 if category == "Zs" or bidirectional in ("WS", "B", "S"):
500 print >>fp, "/* Returns 1 for Unicode characters having the bidirectional"
533 print >>fp, " * property 'BK', 'CR', 'LF' or 'NL' or having bidirectional"