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

/frameworks/support/core-utils/tests/java/android/support/v4/text/
H A DBidiFormatterTest.java47 private static final String LRM = "\u200E"; field in class:BidiFormatterTest
84 RLE + "." + HE + "." + PDF + LRM,
87 LRM + RLE + "." + HE + "." + PDF + LRM,
93 RLE + "." + PDF + LRM,
114 EN + HE + LRM,
117 EN + HE + LRM,
138 LRM + HE + EN,
156 HE + EN + HE + LRM,
159 LRM
[all...]
/frameworks/base/core/java/android/text/
H A DBidiFormatter.java47 * the context (LRM or RLM) in addition to the directionality declaration above, thus "resetting"
106 * Unicode "Left-To-Right Mark" (LRM) character.
108 private static final char LRM = '\u200E'; field in class:BidiFormatter
116 * String representation of LRM
118 private static final String LRM_STRING = Character.toString(LRM);
289 * Returns a Unicode bidi mark matching the context directionality (LRM or RLM) if either the
300 * @return LRM for RTL text in LTR context; RLM for LTR text in RTL context;
318 * Returns a Unicode bidi mark matching the context directionality (LRM or RLM) if either the
329 * @return LRM for RTL text in LTR context; RLM for LTR text in RTL context;
375 * appending a trailing Unicode bidi mark matching the context directionality (LRM o
[all...]
/frameworks/support/core-utils/java/android/support/v4/text/
H A DBidiFormatter.java43 * the context (LRM or RLM) in addition to the directionality declaration above, thus "resetting"
102 * Unicode "Left-To-Right Mark" (LRM) character.
104 private static final char LRM = '\u200E'; field in class:BidiFormatter
112 * String representation of LRM
114 private static final String LRM_STRING = Character.toString(LRM);
283 * Returns a Unicode bidi mark matching the context directionality (LRM or RLM) if either the
295 * @return LRM for RTL text in LTR context; RLM for LTR text in RTL context;
311 * Returns a Unicode bidi mark matching the context directionality (LRM or RLM) if either the
323 * @return LRM for RTL text in LTR context; RLM for LTR text in RTL context;
371 * appending a trailing Unicode bidi mark matching the context directionality (LRM o
[all...]

Completed in 91 milliseconds