Searched refs:RLE (Results 1 – 3 of 3) sorted by relevance
51 private static final String RLE = "\u202B"; field in BidiFormatterTest85 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()
94 private static final char RLE = '\u202B'; field in BidiFormatter418 result.append(isRtl ? RLE : LRE); in unicodeWrap()
98 private static final char RLE = '\u202B'; field in BidiFormatter426 result.append(isRtl ? RLE : LRE); in unicodeWrap()