Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/cts/
DInputFilter_AllCapsTest.java114 final String lowerString = "ι\u0301ριδα"; // ίριδα with first letter decomposed in testFilter_greekWithSpans() local
117 final SpannableString source = new SpannableString(lowerString); in testFilter_greekWithSpans()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java6390 final String lowerString = "ι\u0301ριδα"; // ίριδα with first letter decomposed in testAllCaps_SpansArePreserved() local
6400 final Spannable source = new SpannableString(lowerString); in testAllCaps_SpansArePreserved()