Home | History | Annotate | Download | only in text

Lines Matching defs:RLE

95      * Unicode "Right-To-Left Embedding" (RLE) character.
97 private static final char RLE = '\u202B';
360 * the string with Unicode bidi formatting characters: RLE+{@code str}+PDF for RTL text, or
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
569 * after RLE/RLO. The results are undefined for a string containing unbalanced
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.