Searched refs:LRM (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/text/
H A DBidiFormatterTest.java38 private static final String LRM = "\u200E"; field in class:BidiFormatterTest
49 LRM, LTR_FMT.markAfter(EN + HE, TextDirectionHeuristics.LTR));
54 LRM, LTR_FMT.markAfter(HE + EN, TextDirectionHeuristics.RTL));
72 LRM, LTR_FMT.markBefore(HE + EN, TextDirectionHeuristics.LTR));
77 LRM, LTR_FMT.markBefore(EN + HE, TextDirectionHeuristics.RTL));
/frameworks/support/compat/src/androidTest/java/androidx/core/text/
H A DBidiFormatterTest.java48 private static final String LRM = "\u200E"; field in class:BidiFormatterTest
85 RLE + "." + HE + "." + PDF + LRM,
88 LRM + RLE + "." + HE + "." + PDF + LRM,
94 RLE + "." + PDF + LRM,
115 EN + HE + LRM,
118 EN + HE + LRM,
139 LRM + HE + EN,
157 HE + EN + HE + LRM,
160 LRM
[all...]
/frameworks/support/compat/src/main/java/androidx/core/text/
H A DBidiFormatter.java44 * the context (LRM or RLM) in addition to the directionality declaration above, thus "resetting"
103 * Unicode "Left-To-Right Mark" (LRM) character.
105 private static final char LRM = '\u200E'; field in class:BidiFormatter
113 * String representation of LRM
115 private static final String LRM_STRING = Character.toString(LRM);
284 * Returns a Unicode bidi mark matching the context directionality (LRM or RLM) if either the
296 * @return LRM for RTL text in LTR context; RLM for LTR text in RTL context;
312 * Returns a Unicode bidi mark matching the context directionality (LRM or RLM) if either the
324 * @return LRM for RTL text in LTR context; RLM for LTR text in RTL context;
372 * appending a trailing Unicode bidi mark matching the context directionality (LRM o
[all...]
/frameworks/base/core/java/android/text/
H A DBidiFormatter.java49 * the context (LRM or RLM) in addition to the directionality declaration above, thus "resetting"
108 * Unicode "Left-To-Right Mark" (LRM) character.
110 private static final char LRM = '\u200E'; field in class:BidiFormatter
118 * String representation of LRM
120 private static final String LRM_STRING = Character.toString(LRM);
291 * Returns a Unicode bidi mark matching the context directionality (LRM or RLM) if either the
302 * @return LRM for RTL text in LTR context; RLM for LTR text in RTL context;
320 * Returns a Unicode bidi mark matching the context directionality (LRM or RLM) if either the
331 * @return LRM for RTL text in LTR context; RLM for LTR text in RTL context;
381 * appending a trailing Unicode bidi mark matching the context directionality (LRM o
[all...]

Completed in 145 milliseconds