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