Searched refs:sourceStart (Results 1 – 1 of 1) sorted by relevance
1208 final int sourceStart = spanned.getSpanStart(span); in toUpperCase() local1213 final int destStart = sourceStart == sourceLength ? result.length() : in toUpperCase()1214 toUpperMapToDest(iterator, sourceStart); in toUpperCase()