Searched defs:isGraphic (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/text/
H A DTextUtils.java1574 public static boolean isGraphic(CharSequence str) { method in class:TextUtils
1597 * @deprecated Use {@link #isGraphic(CharSequence)} instead.
1600 public static boolean isGraphic(char c) { method in class:TextUtils

Completed in 23 milliseconds