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

/frameworks/support/core-utils/tests/java/android/support/v4/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/base/core/java/android/text/
H A DBidiFormatter.java91 * Unicode "Left-To-Right Embedding" (LRE) character.
93 private static final char LRE = '\u202A'; field in class:BidiFormatter
375 * LRE+{@code str}+PDF for LTR text.
426 result.append(isRtl ? RLE : LRE);
538 * the string. Treats a non-BN character between an LRE/RLE/LRO/RLO and its matching PDF as a
539 * strong character, LTR after LRE/LRO, and RTL after RLE/RLO. The results are undefined for a
540 * string containing unbalanced LRE/RLE/LRO/RLO/PDF characters. The intended use is to check
556 * LRE/RLE/LRO/RLO and its matching PDF as a strong character, LTR after LRE/LRO, and RTL after
557 * RLE/RLO. The results are undefined for a string containing unbalanced LRE/RL
[all...]
/frameworks/support/core-utils/java/android/support/v4/text/
H A DBidiFormatter.java87 * Unicode "Left-To-Right Embedding" (LRE) character.
89 private static final char LRE = '\u202A'; field in class:BidiFormatter
367 * LRE+{@code str}+PDF for LTR text.
418 result.append(isRtl ? RLE : LRE);
528 * the string. Treats a non-BN character between an LRE/RLE/LRO/RLO and its matching PDF as a
529 * strong character, LTR after LRE/LRO, and RTL after RLE/RLO. The results are undefined for a
530 * string containing unbalanced LRE/RLE/LRO/RLO/PDF characters. The intended use is to check
546 * LRE/RLE/LRO/RLO and its matching PDF as a strong character, LTR after LRE/LRO, and RTL after
547 * RLE/RLO. The results are undefined for a string containing unbalanced LRE/RL
[all...]

Completed in 121 milliseconds