Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DHtml.java480 int nl = 0; in withinBlockquoteConsecutive() local
483 nl++; in withinBlockquoteConsecutive()
487 withinParagraph(out, text, i, next - nl); in withinBlockquoteConsecutive()
489 if (nl == 1) { in withinBlockquoteConsecutive()
492 for (int j = 2; j < nl; j++) { in withinBlockquoteConsecutive()
/frameworks/base/core/java/android/provider/
DMediaStore.java2252 int nl = name.length(); in keyFor() local
2253 for (int i = 0; i < nl; i++) { in keyFor()