Home
last modified time | relevance | path

Searched defs:isNewline (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/codegen/src/com/android/codegen/
DUtils.kt25 fun Char.isNewline() = this == '\n' || this == '\r' in Char() method
/frameworks/base/core/java/android/text/
DTextUtils.java2389 public static boolean isNewline(int codePoint) { in isNewline() method in TextUtils