Home
last modified time | relevance | path

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

/frameworks/support/core-utils/tests/java/android/support/v4/text/
DBidiFormatterTest.java48 private static final String LRM = "\u200E"; field in BidiFormatterTest
85 RLE + "." + HE + "." + PDF + LRM, in testUnicodeWrap()
88 LRM + RLE + "." + HE + "." + PDF + LRM, in testUnicodeWrap()
94 RLE + "." + PDF + LRM, in testUnicodeWrap()
115 EN + HE + LRM, in testUnicodeWrap()
118 EN + HE + LRM, in testUnicodeWrap()
139 LRM + HE + EN, in testUnicodeWrap()
157 HE + EN + HE + LRM, in testUnicodeWrap()
160 LRM + HE + EN + HE + LRM, in testUnicodeWrap()
177 RLE + EN + HE + EN + PDF + LRM, in testUnicodeWrap()
[all …]
/frameworks/support/core-utils/java/android/support/v4/text/
DBidiFormatter.java104 private static final char LRM = '\u200E'; field in BidiFormatter
114 private static final String LRM_STRING = Character.toString(LRM);
/frameworks/base/core/java/android/text/
DBidiFormatter.java108 private static final char LRM = '\u200E'; field in BidiFormatter
118 private static final String LRM_STRING = Character.toString(LRM);