Searched refs:RLE (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v4/tests/java/android/support/v4/text/
H A DBidiFormatterTest.java40 private static final String RLE = "\u202B"; field in class:BidiFormatterTest
67 RLE + "." + HE + "." + PDF + LRM,
70 LRM + RLE + "." + HE + "." + PDF + LRM,
73 RLE + "." + HE + "." + PDF,
76 RLE + "." + PDF + LRM,
157 RLE + EN + HE + EN + PDF + LRM,
160 LRM + RLE + EN + HE + EN + PDF + LRM,
163 RLE + EN + HE + EN + PDF,
/frameworks/base/core/java/android/text/
H A DBidiFormatter.java95 * Unicode "Right-To-Left Embedding" (RLE) character.
97 private static final char RLE = '\u202B'; field in class:BidiFormatter
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/LR
[all...]
/frameworks/support/v4/java/android/support/v4/text/
H A DBidiFormatter.java91 * Unicode "Right-To-Left Embedding" (RLE) character.
93 private static final char RLE = '\u202B'; field in class:BidiFormatter
352 * the string with Unicode bidi formatting characters: RLE+{@code str}+PDF for RTL text, or
381 result.append(isRtl ? RLE : LRE);
450 * the string. Treats a non-BN character between an LRE/RLE/LRO/RLO and its matching PDF as a
451 * strong character, LTR after LRE/LRO, and RTL after RLE/RLO. The results are undefined for a
452 * string containing unbalanced LRE/RLE/LRO/RLO/PDF characters. The intended use is to check
468 * LRE/RLE/LRO/RLO and its matching PDF as a strong character, LTR after LRE/LRO, and RTL after
469 * RLE/RLO. The results are undefined for a string containing unbalanced LRE/RLE/LR
[all...]

Completed in 307 milliseconds