Lines Matching refs:right

27 #      b3,c1 2002-Dec-19    Don't require left-right context for digits
153 # duplicate code points, one with a left-right direction attribute and
154 # the other with a right-left direction attribute.
156 # For example, plus sign is encoded at 0x2B with a left-right
157 # attribute, and at 0xAB with a right-left attribute. However, there
167 # ELLIPSIS with strong right-left direction. However, the Unicode
179 # 0xD4 -> 0x2018 LEFT SINGLE QUOTATION MARK, right-left
184 # 0xD4 -> 0x2007 FIGURE SPACE, right-left
207 # must have a strong left-right context, and a tag of <RL> indicates
208 # a right-left context.
227 # always needed to map the right-left digits at 0xB0-0xB9.
246 # ellipsis character has direction class right-left,and there is no
247 # left-right version. However, the Unicode HORIZONTAL ELLIPSIS
249 # with a resolved direction of left-right if surrounded by left-right
288 # 0xF86A group next 2 characters, right-left directionality
361 # - Stop specifying left-right context for digits 0x30-0x39, since the
362 # corresponding Unicodes 0x0030-0x0039 already have left-right
372 # 0xA8 0x0028 # LEFT PARENTHESIS, right-left
373 # 0xA9 0x0029 # RIGHT PARENTHESIS, right-left
375 # 0xA8 0x0029 # RIGHT PARENTHESIS, right-left
376 # 0xA9 0x0028 # LEFT PARENTHESIS, right-left
421 0xA0 = 0x0020 # SPACE, right-left
422 0xA1 = 0x0021 # EXCLAMATION MARK, right-left
423 0xA2 = 0x0022 # QUOTATION MARK, right-left
424 0xA3 = 0x0023 # NUMBER SIGN, right-left
425 0xA4 = 0x0024 # DOLLAR SIGN, right-left
426 0xA5 = 0x0025 # PERCENT SIGN, right-left
428 0xA7 = 0x0027 # APOSTROPHE, right-left
429 0xA8 = 0x0029 # RIGHT PARENTHESIS, right-left # close parenthesis
430 0xA9 = 0x0028 # LEFT PARENTHESIS, right-left # open parenthesis
431 0xAA = 0x002A # ASTERISK, right-left
432 0xAB = 0x002B # PLUS SIGN, right-left
433 0xAC = 0x002C # COMMA, right-left
434 0xAD = 0x002D # HYPHEN-MINUS, right-left
435 0xAE = 0x002E # FULL STOP, right-left
436 0xAF = 0x002F # SOLIDUS, right-left
437 0xB0 = 0x0030 # DIGIT ZERO, right-left (need override)
438 0xB1 = 0x0031 # DIGIT ONE, right-left (need override)
439 0xB2 = 0x0032 # DIGIT TWO, right-left (need override)
440 0xB3 = 0x0033 # DIGIT THREE, right-left (need override)
441 0xB4 = 0x0034 # DIGIT FOUR, right-left (need override)
442 0xB5 = 0x0035 # DIGIT FIVE, right-left (need override)
443 0xB6 = 0x0036 # DIGIT SIX, right-left (need override)
444 0xB7 = 0x0037 # DIGIT SEVEN, right-left (need override)
445 0xB8 = 0x0038 # DIGIT EIGHT, right-left (need override)
446 0xB9 = 0x0039 # DIGIT NINE, right-left (need override)
447 0xBA = 0x003A # COLON, right-left
448 0xBB = 0x003B # SEMICOLON, right-left
449 0xBC = 0x003C # LESS-THAN SIGN, right-left
450 0xBD = 0x003D # EQUALS SIGN, right-left
451 0xBE = 0x003E # GREATER-THAN SIGN, right-left
452 0xBF = 0x003F # QUESTION MARK, right-left
454 0xC1 = 0x201E # DOUBLE LOW-9 QUOTATION MARK, right-left
462 0xC9 = 0x2026 # HORIZONTAL ELLIPSIS, right-left
463 0xCA = 0x00A0 # NO-BREAK SPACE, right-left
469 0xD0 = 0x2013 # EN DASH, right-left
470 0xD1 = 0x2014 # EM DASH, right-left
471 0xD2 = 0x201C # LEFT DOUBLE QUOTATION MARK, right-left
472 0xD3 = 0x201D # RIGHT DOUBLE QUOTATION MARK, right-left
473 0xD4 = 0x2018 # LEFT SINGLE QUOTATION MARK, right-left
474 0xD5 = 0x2019 # RIGHT SINGLE QUOTATION MARK, right-left
512 0xFB = 0x007D # RIGHT CURLY BRACKET, right-left
513 0xFC = 0x005D # RIGHT SQUARE BRACKET, right-left
514 0xFD = 0x007B # LEFT CURLY BRACKET, right-left
515 0xFE = 0x005B # LEFT SQUARE BRACKET, right-left
516 0xFF = 0x007C # VERTICAL LINE, right-left