Home
last modified time | relevance | path

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

/frameworks/support/core-utils/tests/java/android/support/v4/text/
DBidiFormatterTest.java51 private static final String RLE = "\u202B"; field in BidiFormatterTest
85 RLE + "." + HE + "." + PDF + LRM, in testUnicodeWrap()
88 LRM + RLE + "." + HE + "." + PDF + LRM, in testUnicodeWrap()
91 RLE + "." + HE + "." + PDF, in testUnicodeWrap()
94 RLE + "." + PDF + LRM, in testUnicodeWrap()
177 RLE + EN + HE + EN + PDF + LRM, in testUnicodeWrap()
180 LRM + RLE + EN + HE + EN + PDF + LRM, in testUnicodeWrap()
183 RLE + EN + HE + EN + PDF, in testUnicodeWrap()
/frameworks/support/core-utils/java/android/support/v4/text/
DBidiFormatter.java94 private static final char RLE = '\u202B'; field in BidiFormatter
418 result.append(isRtl ? RLE : LRE); in unicodeWrap()
/frameworks/base/core/java/android/text/
DBidiFormatter.java98 private static final char RLE = '\u202B'; field in BidiFormatter
426 result.append(isRtl ? RLE : LRE); in unicodeWrap()