-
Methods Method Description android.text.TextUtils.commaEllipsize(CharSequence, TextPaint, float, String, String) Do not use. This is not internationalized, and has known issues with right-to-left text, languages that have more than one plural form, languages that use a different character as a comma-like separator, etc. Use listEllipsize instead.android.text.TextUtils.getReverse(CharSequence, int, int) Do not use.android.text.TextUtils.isGraphic(char) UseTextUtils.isGraphic(CharSequence)instead.