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

/frameworks/support/v4/tests/java/android/support/v4/text/
H A DBidiFormatterTest.java37 private static final String LRM = "\u200E"; field in class:BidiFormatterTest
67 RLE + "." + HE + "." + PDF + LRM,
70 LRM + RLE + "." + HE + "." + PDF + LRM,
76 RLE + "." + PDF + LRM,
97 EN + HE + LRM,
100 EN + HE + LRM,
121 LRM + HE + EN,
139 HE + EN + HE + LRM,
142 LRM
[all...]
/frameworks/base/core/java/android/text/
H A DBidiFormatter.java46 * the context (LRM or RLM) in addition to the directionality declaration above, thus "resetting"
105 * Unicode "Left-To-Right Mark" (LRM) character.
107 private static final char LRM = '\u200E'; field in class:BidiFormatter
115 * String representation of LRM
117 private static final String LRM_STRING = Character.toString(LRM);
286 * Returns a Unicode bidi mark matching the context directionality (LRM or RLM) if either the
297 * @return LRM for RTL text in LTR context; RLM for LTR text in RTL context;
315 * Returns a Unicode bidi mark matching the context directionality (LRM or RLM) if either the
326 * @return LRM for RTL text in LTR context; RLM for LTR text in RTL context;
365 * appending a trailing Unicode bidi mark matching the context directionality (LRM o
[all...]
/frameworks/support/v4/java/android/support/v4/text/
H A DBidiFormatter.java42 * the context (LRM or RLM) in addition to the directionality declaration above, thus "resetting"
101 * Unicode "Left-To-Right Mark" (LRM) character.
103 private static final char LRM = '\u200E'; field in class:BidiFormatter
111 * String representation of LRM
113 private static final String LRM_STRING = Character.toString(LRM);
282 * Returns a Unicode bidi mark matching the context directionality (LRM or RLM) if either the
293 * @return LRM for RTL text in LTR context; RLM for LTR text in RTL context;
309 * Returns a Unicode bidi mark matching the context directionality (LRM or RLM) if either the
320 * @return LRM for RTL text in LTR context; RLM for LTR text in RTL context;
357 * appending a trailing Unicode bidi mark matching the context directionality (LRM o
[all...]

Completed in 83 milliseconds