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