Home
last modified time | relevance | path

Searched refs:isNewline (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/codegen/src/com/android/codegen/
DPrinter.kt59 while (lastChar.isWhitespace() || lastChar.isNewline()) { in <lambda>()
67 if (lastChar.isNewline()) backspace() in <lambda>()
DUtils.kt25 fun Char.isNewline() = this == '\n' || this == '\r' in Char() method
26 fun Char.isWhitespaceNonNewline() = isWhitespace() && !isNewline() in Char()
/frameworks/base/core/java/android/text/
DTextUtils.java2389 public static boolean isNewline(int codePoint) { in isNewline() method in TextUtils
2404 return isWhitespace(codePoint) && !isNewline(codePoint); in isWhitespaceExceptNewline()
2502 boolean isNewline = isNewline(codePoint); in makeSafeForPresentation()
2504 if (onlyKeepFirstLine && isNewline) { in makeSafeForPresentation()
2507 } else if (forceSingleLine && isNewline) { in makeSafeForPresentation()
2509 } else if (type == Character.CONTROL && !isNewline) { in makeSafeForPresentation()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt12367 Landroid/content/pm/PackageItemInfo;->isNewline(I)Z