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
393 result.append(isRtl ? RLE : LRE);
463 * the string. Treats a non-BN character between an LRE/RLE/LRO/RLO and its matching PDF as a
464 * strong character, LTR after LRE/LRO, and RTL after RLE/RLO. The results are undefined for a
465 * string containing unbalanced LRE/RLE/LRO/RLO/PDF characters. The intended use is to check
481 * LRE/RLE/LRO/RLO and its matching PDF as a strong character, LTR after LRE/LRO, and RTL after
482 * RLE/RLO. The results are undefined for a string containing unbalanced LRE/RLE/LRO/RLO/PDF
571 * LRE/RLE/LRO/RLO and its matching PDF as a strong character, LTR after LRE/LRO, and RTL
572 * after RLE/RLO. The results are undefined for a string containing unbalanced
573 * LRE/RLE/LRO/RLO/PDF characters.
668 * from the end of the string. Treats a non-BN character between an LRE/RLE/LRO/RLO and its
669 * matching PDF as a strong character, LTR after LRE/LRO, and RTL after RLE/RLO. The results
670 * are undefined for a string containing unbalanced LRE/RLE/LRO/RLO/PDF characters.