Home | History | Annotate | Download | only in text

Lines Matching defs:LRE

90      * Unicode "Left-To-Right Embedding" (LRE) character.
92 private static final char LRE = '\u202A';
361 * LRE+{@code str}+PDF for LTR text.
390 result.append(isRtl ? RLE : LRE);
460 * the string. Treats a non-BN character between an LRE/RLE/LRO/RLO and its matching PDF as a
461 * strong character, LTR after LRE/LRO, and RTL after RLE/RLO. The results are undefined for a
462 * string containing unbalanced LRE/RLE/LRO/RLO/PDF characters. The intended use is to check
478 * LRE/RLE/LRO/RLO and its matching PDF as a strong character, LTR after LRE/LRO, and RTL after
479 * RLE/RLO. The results are undefined for a string containing unbalanced LRE/RLE/LRO/RLO/PDF
568 * LRE/RLE/LRO/RLO and its matching PDF as a strong character, LTR after LRE/LRO, and RTL
570 * LRE/RLE/LRO/RLO/PDF characters.
665 * from the end of the string. Treats a non-BN character between an LRE/RLE/LRO/RLO and its
666 * matching PDF as a strong character, LTR after LRE/LRO, and RTL after RLE/RLO. The results
667 * are undefined for a string containing unbalanced LRE/RLE/LRO/RLO/PDF characters.