Searched refs:sourceLength (Results 1 – 1 of 1) sorted by relevance
1204 final int sourceLength = source.length(); in toUpperCase() local1206 final Object[] spans = spanned.getSpans(0, sourceLength, Object.class); in toUpperCase()1213 final int destStart = sourceStart == sourceLength ? result.length() : in toUpperCase()1215 final int destEnd = sourceEnd == sourceLength ? result.length() : in toUpperCase()