| |
|
|
static |
CharSequence |
concat(CharSequence[] text) |
| |
|
|
static |
void |
copySpansFrom(Spanned source, int start, int end, Class kind, Spannable dest, int destoff) |
| |
|
|
static |
CharSequence |
ellipsize(CharSequence text, TextPaint p, float avail, TruncateAt where) |
| |
|
|
static |
boolean |
equals(CharSequence a, CharSequence b) |
| |
|
|
static |
void |
getChars(CharSequence s, int start, int end, char[] dest, int destoff) |
| |
|
|
static |
int |
getOffsetAfter(CharSequence text, int offset) |
| |
|
|
static |
int |
getOffsetBefore(CharSequence text, int offset) |
| |
|
|
static |
CharSequence |
getReverse(CharSequence source, int start, int end) |
| |
|
|
static |
String |
htmlEncode(String s) |
| |
|
|
static |
int |
indexOf(CharSequence s, CharSequence needle) |
| |
|
|
static |
int |
indexOf(CharSequence s, char ch, int start, int end) |
| |
|
|
static |
int |
indexOf(CharSequence s, CharSequence needle, int start) |
| |
|
|
static |
int |
indexOf(CharSequence s, CharSequence needle, int start, int end) |
| |
|
|
static |
int |
indexOf(CharSequence s, char ch) |
| |
|
|
static |
int |
indexOf(CharSequence s, char ch, int start) |
| |
|
|
static |
boolean |
isEmpty(CharSequence str) |
| |
|
|
static |
boolean |
isGraphic(char c) |
| |
|
|
static |
boolean |
isGraphic(CharSequence str) |
| |
|
|
static |
String |
join(CharSequence delimiter, Iterable tokens) |
| |
|
|
static |
String |
join(CharSequence delimiter, Object[] tokens) |
| |
|
|
static |
int |
lastIndexOf(CharSequence s, char ch, int start, int last) |
| |
|
|
static |
int |
lastIndexOf(CharSequence s, char ch, int last) |
| |
|
|
static |
int |
lastIndexOf(CharSequence s, char ch) |
| |
|
|
static |
boolean |
regionMatches(CharSequence one, int toffset, CharSequence two, int ooffset, int len) |
| |
|
|
static |
CharSequence |
replace(CharSequence template, String[] sources, CharSequence[] destinations) |
| |
|
|
static |
String[] |
split(String text, String expression) |
| |
|
|
static |
CharSequence |
stringOrSpannedString(CharSequence source) |
| |
|
|
static |
String |
substring(CharSequence source, int start, int end) |
| |
|
|
static |
void |
writeToParcel(CharSequence cs, Parcel p) |