Searched refs:sourceEnd (Results 1 – 1 of 1) sorted by relevance
1209 final int sourceEnd = spanned.getSpanEnd(span); in toUpperCase() local1215 final int destEnd = sourceEnd == sourceLength ? result.length() : in toUpperCase()1216 toUpperMapToDest(iterator, sourceEnd); in toUpperCase()