Home
last modified time | relevance | path

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

/frameworks/support/core-utils/tests/java/android/support/v4/text/
DBidiFormatterTest.java49 private static final String RLM = "\u200F"; field in BidiFormatterTest
97 LRE + "." + EN + "." + PDF + RLM, in testUnicodeWrap()
100 RLM + LRE + "." + EN + "." + PDF + RLM, in testUnicodeWrap()
106 LRE + "." + PDF + RLM, in testUnicodeWrap()
125 HE + EN + RLM, in testUnicodeWrap()
128 HE + EN + RLM, in testUnicodeWrap()
149 RLM + EN + HE, in testUnicodeWrap()
168 EN + HE + EN + RLM, in testUnicodeWrap()
188 LRE + HE + EN + HE + PDF + RLM, in testUnicodeWrap()
191 RLM + LRE + HE + EN + HE + PDF + RLM, in testUnicodeWrap()
/frameworks/support/core-utils/java/android/support/v4/text/
DBidiFormatter.java109 private static final char RLM = '\u200F'; field in BidiFormatter
119 private static final String RLM_STRING = Character.toString(RLM);
/frameworks/base/core/java/android/text/
DBidiFormatter.java113 private static final char RLM = '\u200F'; field in BidiFormatter
123 private static final String RLM_STRING = Character.toString(RLM);