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

/frameworks/base/core/tests/coretests/src/android/text/
H A DBidiFormatterTest.java39 private static final String RLM = "\u200F"; field in class:BidiFormatterTest
51 RLM, RTL_FMT.markAfter(HE + EN, TextDirectionHeuristics.RTL));
56 RLM, RTL_FMT.markAfter(EN + HE, TextDirectionHeuristics.LTR));
74 RLM, RTL_FMT.markBefore(EN + HE, TextDirectionHeuristics.RTL));
79 RLM, RTL_FMT.markBefore(HE + EN, TextDirectionHeuristics.LTR));
/frameworks/support/compat/src/androidTest/java/androidx/core/text/
H A DBidiFormatterTest.java49 private static final String RLM = "\u200F"; field in class:BidiFormatterTest
97 LRE + "." + EN + "." + PDF + RLM,
100 RLM + LRE + "." + EN + "." + PDF + RLM,
106 LRE + "." + PDF + RLM,
125 HE + EN + RLM,
128 HE + EN + RLM,
149 RLM + EN + HE,
168 EN + HE + EN + RLM,
188 LRE + HE + EN + HE + PDF + RLM,
[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"
108 * Unicode "Right-To-Left Mark" (RLM) character.
110 private static final char RLM = '\u200F'; field in class:BidiFormatter
118 * String representation of RLM
120 private static final String RLM_STRING = Character.toString(RLM);
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 or RLM) whe
[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"
113 * Unicode "Right-To-Left Mark" (RLM) character.
115 private static final char RLM = '\u200F'; field in class:BidiFormatter
123 * String representation of RLM
125 private static final String RLM_STRING = Character.toString(RLM);
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 or RLM) whe
[all...]

Completed in 157 milliseconds