Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/cts/
DBidiFormatterTest.java58 private static final String PDF = "\u202C"; field in BidiFormatterTest
104 RLE + "." + HE + "." + PDF + LRM, in testUnicodeWrap()
107 LRM + RLE + "." + HE + "." + PDF + LRM, in testUnicodeWrap()
110 RLE + "." + HE + "." + PDF, in testUnicodeWrap()
113 RLE + "." + PDF + LRM, in testUnicodeWrap()
116 LRE + "." + EN + "." + PDF + RLM, in testUnicodeWrap()
119 RLM + LRE + "." + EN + "." + PDF + RLM, in testUnicodeWrap()
122 LRE + "." + EN + "." + PDF, in testUnicodeWrap()
125 LRE + "." + PDF + RLM, in testUnicodeWrap()
194 RLE + EN + HE + EN + PDF + LRM, in testUnicodeWrap()
[all …]
DTextUtilsTest.java190 final String PDF = "\u202C"; in testListEllipsize_rtl() local
195 RLM + LRE + "A" + PDF + RLM + ", " + RLM + LRE + "B" + PDF + RLM; in testListEllipsize_rtl()