Searched refs:lowerString (Results 1 – 2 of 2) sorted by relevance
114 final String lowerString = "ι\u0301ριδα"; // ίριδα with first letter decomposed in testFilter_greekWithSpans() local117 final SpannableString source = new SpannableString(lowerString); in testFilter_greekWithSpans()
6390 final String lowerString = "ι\u0301ριδα"; // ίριδα with first letter decomposed in testAllCaps_SpansArePreserved() local6400 final Spannable source = new SpannableString(lowerString); in testAllCaps_SpansArePreserved()