Home
last modified time | relevance | path

Searched refs:nl (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/jni/
Dcom_android_internal_os_ZygoteCommandBuffer.cpp85 char* nl = static_cast<char *>(memchr(mBuffer + mNext, '\n', mEnd - mNext)); in readLine() local
86 if (nl == nullptr) { in readLine()
89 mNext = nl - mBuffer + 1; in readLine()
93 return std::make_pair(result, nl); in readLine()
/frameworks/base/core/java/android/text/
DHtml.java483 int nl = 0; in withinBlockquoteConsecutive() local
486 nl++; in withinBlockquoteConsecutive()
490 withinParagraph(out, text, i, next - nl); in withinBlockquoteConsecutive()
492 if (nl == 1) { in withinBlockquoteConsecutive()
495 for (int j = 2; j < nl; j++) { in withinBlockquoteConsecutive()