Searched defs:isNewline (Results 1 – 2 of 2) sorted by relevance
25 fun Char.isNewline() = this == '\n' || this == '\r' in Char() method
2389 public static boolean isNewline(int codePoint) { in isNewline() method in TextUtils