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

/frameworks/support/v4/tests/java/android/support/v4/text/
H A DBidiFormatterTest.java39 private static final String LRE = "\u202A"; field in class:BidiFormatterTest
79 LRE + "." + EN + "." + PDF + RLM,
82 RLM + LRE + "." + EN + "." + PDF + RLM,
85 LRE + "." + EN + "." + PDF,
88 LRE + "." + PDF + RLM,
167 LRE + HE + EN + HE + PDF + RLM,
170 RLM + LRE + HE + EN + HE + PDF + RLM,
173 LRE + HE + EN + HE + PDF,
/frameworks/base/core/java/android/text/
H A DBidiFormatter.java90 * Unicode "Left-To-Right Embedding" (LRE) character.
92 private static final char LRE = '\u202A'; field in class:BidiFormatter
361 * LRE+{@code str}+PDF for LTR text.
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/RL
[all...]
/frameworks/support/v4/java/android/support/v4/text/
H A DBidiFormatter.java86 * Unicode "Left-To-Right Embedding" (LRE) character.
88 private static final char LRE = '\u202A'; field in class:BidiFormatter
353 * LRE+{@code str}+PDF for LTR text.
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/RL
[all...]

Completed in 2057 milliseconds