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

/packages/inputmethods/LatinIME/tools/dicttool/compat/android/text/
H A DTextUtils.java19 public class TextUtils { class
20 private TextUtils() { /* cannot be instantiated */ } method in class:TextUtils
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
H A DConstants.java145 public static final class TextUtils { class in class:Constants
147 * Capitalization mode for {@link android.text.TextUtils#getCapsMode}: don't capitalize
149 * {@link android.text.TextUtils#CAP_MODE_CHARACTERS},
150 * {@link android.text.TextUtils#CAP_MODE_WORDS}, and
151 * {@link android.text.TextUtils#CAP_MODE_SENTENCES}.
153 // TODO: Straighten this out. It's bizarre to have to use android.text.TextUtils.CAP_MODE_*
154 // except for OFF that is in Constants.TextUtils.
157 private TextUtils() { method in class:Constants.TextUtils

Completed in 95 milliseconds