Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/cts/
DBidiFormatterTest.java43 private static final BidiFormatter LTR_FMT = BidiFormatter.getInstance(false /* LTR context */); field in BidiFormatterTest
62 assertEquals(false, LTR_FMT.isRtlContext()); in testIsRtlContext()
73 assertTrue(defaultFormatterInstance == LTR_FMT || defaultFormatterInstance == RTL_FMT); in testCachedInstances()
75 assertEquals(LTR_FMT, BidiFormatter.getInstance(false)); in testCachedInstances()
78 assertEquals(LTR_FMT, BidiFormatter.getInstance(false)); in testCachedInstances()
100 assertNull(LTR_FMT.unicodeWrap(null)); in testUnicodeWrap()
108 LTR_FMT.unicodeWrap("." + HE + ".")); in testUnicodeWrap()
111 LTR_FMT.unicodeWrap("." + HE + ".", false)); in testUnicodeWrap()
138 LTR_FMT.unicodeWrap(EN + HE, TextDirectionHeuristics.LTR)); in testUnicodeWrap()
141 LTR_FMT.unicodeWrap(EN + HE, TextDirectionHeuristics.LTR, false)); in testUnicodeWrap()
[all …]