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