Searched refs:sourceEnd (Results 1 – 2 of 2) sorted by relevance
54 final int sourceEnd, final Spanned dest, final int destStart, final int destEnd) { in filter() argument71 if (sourceStart == 0 && sourceEnd == source.length()) { in filter()74 text = source.subSequence(sourceStart, sourceEnd); in filter()
1117 final int sourceEnd = spanned.getSpanEnd(span); in toUpperCase() local1123 final int destEnd = sourceEnd == sourceLength ? result.length() : in toUpperCase()1124 toUpperMapToDest(iterator, sourceEnd); in toUpperCase()