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

/frameworks/support/compat/src/androidTest/java/androidx/core/text/
H A DBidiFormatterTest.java50 private static final String LRE = "\u202A"; field in class:BidiFormatterTest
97 LRE + "." + EN + "." + PDF + RLM,
100 RLM + LRE + "." + EN + "." + PDF + RLM,
103 LRE + "." + EN + "." + PDF,
106 LRE + "." + PDF + RLM,
188 LRE + HE + EN + HE + PDF + RLM,
191 RLM + LRE + HE + EN + HE + PDF + RLM,
194 LRE + HE + EN + HE + PDF,
/frameworks/support/compat/src/main/java/androidx/core/text/
H A DBidiFormatter.java88 * Unicode "Left-To-Right Embedding" (LRE) character.
90 private static final char LRE = '\u202A'; field in class:BidiFormatter
368 * LRE+{@code str}+PDF for LTR text.
419 result.append(isRtl ? RLE : LRE);
529 * the string. Treats a non-BN character between an LRE/RLE/LRO/RLO and its matching PDF as a
530 * strong character, LTR after LRE/LRO, and RTL after RLE/RLO. The results are undefined for a
531 * string containing unbalanced LRE/RLE/LRO/RLO/PDF characters. The intended use is to check
547 * LRE/RLE/LRO/RLO and its matching PDF as a strong character, LTR after LRE/LRO, and RTL after
548 * RLE/RLO. The results are undefined for a string containing unbalanced LRE/RL
[all...]
/frameworks/base/core/java/android/text/
H A DBidiFormatter.java93 * Unicode "Left-To-Right Embedding" (LRE) character.
95 private static final char LRE = '\u202A'; field in class:BidiFormatter
377 * LRE+{@code str}+PDF for LTR text.
428 result.append(isRtl ? RLE : LRE);
540 * the string. Treats a non-BN character between an LRE/RLE/LRO/RLO and its matching PDF as a
541 * strong character, LTR after LRE/LRO, and RTL after RLE/RLO. The results are undefined for a
542 * string containing unbalanced LRE/RLE/LRO/RLO/PDF characters. The intended use is to check
558 * LRE/RLE/LRO/RLO and its matching PDF as a strong character, LTR after LRE/LRO, and RTL after
559 * RLE/RLO. The results are undefined for a string containing unbalanced LRE/RL
[all...]

Completed in 108 milliseconds