Searched defs:copySpans (Results 1 – 2 of 2) sorted by relevance
560 private void copySpans(Spanned src, int start, int end) { in copySpans() method in SpannableStringInternal565 private void copySpans(SpannableStringInternal src, int start, int end) { in copySpans() method in SpannableStringInternal
1278 boolean copySpans) { in toUpperCase()