FileDocCategorySizeDatePackage
TextUtils.javaAPI DocAndroid 5.1 API6508Sat Mar 14 14:09:42 GMT 2015android.text

TextUtils

public class TextUtils extends Object

Fields Summary
public static final int
CAP_MODE_CHARACTERS
public static final int
CAP_MODE_SENTENCES
public static final int
CAP_MODE_WORDS
public static final android.os.Parcelable.Creator
CHAR_SEQUENCE_CREATOR
Constructors Summary
TextUtils()

 throw new RuntimeException("Stub!"); 
Methods Summary
public static java.lang.CharSequencecommaEllipsize(java.lang.CharSequence text, android.text.TextPaint p, float avail, java.lang.String oneMore, java.lang.String more)

 throw new RuntimeException("Stub!"); 
public static java.lang.CharSequenceconcat(java.lang.CharSequence text)

 throw new RuntimeException("Stub!"); 
public static voidcopySpansFrom(android.text.Spanned source, int start, int end, java.lang.Class kind, android.text.Spannable dest, int destoff)

 throw new RuntimeException("Stub!"); 
public static voiddumpSpans(java.lang.CharSequence cs, android.util.Printer printer, java.lang.String prefix)

 throw new RuntimeException("Stub!"); 
public static java.lang.CharSequenceellipsize(java.lang.CharSequence text, android.text.TextPaint p, float avail, android.text.TextUtils$TruncateAt where)

 throw new RuntimeException("Stub!"); 
public static java.lang.CharSequenceellipsize(java.lang.CharSequence text, android.text.TextPaint paint, float avail, android.text.TextUtils$TruncateAt where, boolean preserveLength, android.text.TextUtils$EllipsizeCallback callback)

 throw new RuntimeException("Stub!"); 
public static booleanequals(java.lang.CharSequence a, java.lang.CharSequence b)

 throw new RuntimeException("Stub!"); 
public static java.lang.CharSequenceexpandTemplate(java.lang.CharSequence template, java.lang.CharSequence values)

 throw new RuntimeException("Stub!"); 
public static intgetCapsMode(java.lang.CharSequence cs, int off, int reqModes)

 throw new RuntimeException("Stub!"); 
public static voidgetChars(java.lang.CharSequence s, int start, int end, char[] dest, int destoff)

 throw new RuntimeException("Stub!"); 
public static intgetLayoutDirectionFromLocale(java.util.Locale locale)

 throw new RuntimeException("Stub!"); 
public static intgetOffsetAfter(java.lang.CharSequence text, int offset)

 throw new RuntimeException("Stub!"); 
public static intgetOffsetBefore(java.lang.CharSequence text, int offset)

 throw new RuntimeException("Stub!"); 
public static java.lang.CharSequencegetReverse(java.lang.CharSequence source, int start, int end)

 throw new RuntimeException("Stub!"); 
public static intgetTrimmedLength(java.lang.CharSequence s)

 throw new RuntimeException("Stub!"); 
public static java.lang.StringhtmlEncode(java.lang.String s)

 throw new RuntimeException("Stub!"); 
public static intindexOf(java.lang.CharSequence s, java.lang.CharSequence needle, int start)

 throw new RuntimeException("Stub!"); 
public static intindexOf(java.lang.CharSequence s, java.lang.CharSequence needle, int start, int end)

 throw new RuntimeException("Stub!"); 
public static intindexOf(java.lang.CharSequence s, char ch)

 throw new RuntimeException("Stub!"); 
public static intindexOf(java.lang.CharSequence s, char ch, int start)

 throw new RuntimeException("Stub!"); 
public static intindexOf(java.lang.CharSequence s, char ch, int start, int end)

 throw new RuntimeException("Stub!"); 
public static intindexOf(java.lang.CharSequence s, java.lang.CharSequence needle)

 throw new RuntimeException("Stub!"); 
public static booleanisDigitsOnly(java.lang.CharSequence str)

 throw new RuntimeException("Stub!"); 
public static booleanisEmpty(java.lang.CharSequence str)

 throw new RuntimeException("Stub!"); 
public static booleanisGraphic(java.lang.CharSequence str)

 throw new RuntimeException("Stub!"); 
public static booleanisGraphic(char c)

 throw new RuntimeException("Stub!"); 
public static java.lang.Stringjoin(java.lang.CharSequence delimiter, java.lang.Object[] tokens)

 throw new RuntimeException("Stub!"); 
public static java.lang.Stringjoin(java.lang.CharSequence delimiter, java.lang.Iterable tokens)

 throw new RuntimeException("Stub!"); 
public static intlastIndexOf(java.lang.CharSequence s, char ch)

 throw new RuntimeException("Stub!"); 
public static intlastIndexOf(java.lang.CharSequence s, char ch, int last)

 throw new RuntimeException("Stub!"); 
public static intlastIndexOf(java.lang.CharSequence s, char ch, int start, int last)

 throw new RuntimeException("Stub!"); 
public static booleanregionMatches(java.lang.CharSequence one, int toffset, java.lang.CharSequence two, int ooffset, int len)

 throw new RuntimeException("Stub!"); 
public static java.lang.CharSequencereplace(java.lang.CharSequence template, java.lang.String[] sources, java.lang.CharSequence[] destinations)

 throw new RuntimeException("Stub!"); 
public static java.lang.String[]split(java.lang.String text, java.lang.String expression)

 throw new RuntimeException("Stub!"); 
public static java.lang.String[]split(java.lang.String text, java.util.regex.Pattern pattern)

 throw new RuntimeException("Stub!"); 
public static java.lang.CharSequencestringOrSpannedString(java.lang.CharSequence source)

 throw new RuntimeException("Stub!"); 
public static java.lang.Stringsubstring(java.lang.CharSequence source, int start, int end)

 throw new RuntimeException("Stub!"); 
public static voidwriteToParcel(java.lang.CharSequence cs, android.os.Parcel p, int parcelableFlags)

 throw new RuntimeException("Stub!");