Searched refs:RTL_FMT_EXIT_RESET (Results 1 – 1 of 1) sorted by relevance
48 private static final BidiFormatter RTL_FMT_EXIT_RESET = field in BidiFormatterTest117 RTL_FMT_EXIT_RESET.unicodeWrap("." + EN + ".")); in testUnicodeWrap()126 RTL_FMT_EXIT_RESET.unicodeWrap(".", TextDirectionHeuristics.LTR)); in testUnicodeWrap()145 RTL_FMT_EXIT_RESET.unicodeWrap(HE + EN, TextDirectionHeuristics.RTL)); in testUnicodeWrap()166 RTL_FMT_EXIT_RESET.unicodeWrap(EN + HE, TextDirectionHeuristics.RTL)); in testUnicodeWrap()187 RTL_FMT_EXIT_RESET.unicodeWrap(EN + HE + EN, TextDirectionHeuristics.RTL)); in testUnicodeWrap()190 RTL_FMT_EXIT_RESET.unicodeWrap(EN + HE + EN, TextDirectionHeuristics.RTL, false)); in testUnicodeWrap()205 RTL_FMT_EXIT_RESET.unicodeWrap(HE + EN + HE, TextDirectionHeuristics.LTR)); in testUnicodeWrap()211 RTL_FMT_EXIT_RESET.unicodeWrap(HE + EN + HE, TextDirectionHeuristics.LTR, false)); in testUnicodeWrap()219 assertFalse(RTL_FMT_EXIT_RESET.getStereoReset()); in testGetStereoReset()