Home
last modified time | relevance | path

Searched refs:LRE (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/text/src/android/text/cts/
DBidiFormatterTest.java55 private static final String LRE = "\u202A"; field in BidiFormatterTest
115 LRE + "." + EN + "." + PDF + RLM, in testUnicodeWrap()
118 RLM + LRE + "." + EN + "." + PDF + RLM, in testUnicodeWrap()
121 LRE + "." + EN + "." + PDF, in testUnicodeWrap()
124 LRE + "." + PDF + RLM, in testUnicodeWrap()
203 LRE + HE + EN + HE + PDF + RLM, in testUnicodeWrap()
206 RLM + LRE + HE + EN + HE + PDF + RLM, in testUnicodeWrap()
209 LRE + HE + EN + HE + PDF, in testUnicodeWrap()
DTextUtilsTest.java188 final String LRE = "\u202A"; in testListEllipsize_rtl() local
194 RLM + LRE + "A" + PDF + RLM + ", " + RLM + LRE + "B" + PDF + RLM; in testListEllipsize_rtl()