HomeSort by relevance Sort by last modified time
    Searched refs:CS_EN_HE (Results 1 - 2 of 2) sorted by null

  /frameworks/support/compat/src/androidTest/java/androidx/core/text/
BidiFormatterTest.java 204 final SpannableString CS_EN_HE = new SpannableString(EN + HE);
206 CS_EN_HE.setSpan(RELATIVE_SIZE_SPAN, 0, EN.length(), Spanned.SPAN_INCLUSIVE_INCLUSIVE);
211 wrapped = (Spanned) LTR_FMT.unicodeWrap(CS_EN_HE);
219 wrapped = (Spanned) LTR_FMT.unicodeWrap(CS_EN_HE, TextDirectionHeuristicsCompat.LTR);
227 wrapped = (Spanned) LTR_FMT.unicodeWrap(CS_EN_HE, false);
235 wrapped = (Spanned) LTR_FMT.unicodeWrap(CS_EN_HE, TextDirectionHeuristicsCompat.LTR, false);
  /cts/tests/tests/text/src/android/text/cts/
BidiFormatterTest.java 256 final SpannableString CS_EN_HE = new SpannableString(EN + HE);
258 CS_EN_HE.setSpan(RELATIVE_SIZE_SPAN, 0, EN.length(), Spanned.SPAN_INCLUSIVE_INCLUSIVE);
263 wrapped = (Spanned) LTR_FMT.unicodeWrap(CS_EN_HE);
271 wrapped = (Spanned) LTR_FMT.unicodeWrap(CS_EN_HE, TextDirectionHeuristics.LTR);
279 wrapped = (Spanned) LTR_FMT.unicodeWrap(CS_EN_HE, false);
287 wrapped = (Spanned) LTR_FMT.unicodeWrap(CS_EN_HE, TextDirectionHeuristics.LTR, false);

Completed in 59 milliseconds