Searched defs:TextUtils (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/
H A DTextUtils.java53 public class TextUtils { class
54 private TextUtils() { /* cannot be instantiated */ } method in class:TextUtils
344 * TextUtils.StringSplitter splitter = new TextUtils.SimpleStringSplitter(delimiter);
514 TextUtils.getChars(mSource, start + mStart, end + mStart,
1283 TextUtils.getChars(text, 0, len, buf, 0);

Completed in 67 milliseconds