HomeSort by relevance Sort by last modified time
    Searched refs:PARAGRAPH (Results 1 - 7 of 7) sorted by null

  /external/owasp/sanitizer/src/main/org/owasp/html/examples/
EbayPolicyExample.java 75 private static final Pattern PARAGRAPH = Pattern.compile(
154 .allowAttributes("alt").matching(PARAGRAPH)
172 .allowAttributes("abbr").matching(PARAGRAPH)
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java 193 if (flag == POINT || (atEnd && flag == PARAGRAPH))
204 if (flag == POINT || (atEnd && flag == PARAGRAPH))
454 if (flag == PARAGRAPH) {
690 throw new RuntimeException("PARAGRAPH span must start at paragraph boundary"
700 throw new RuntimeException("PARAGRAPH span must end at paragraph boundary"
721 if (flagsStart == POINT || (flagsStart == PARAGRAPH && start == length()))
728 if (flagsEnd == POINT || (flagsEnd == PARAGRAPH && end == length()))
780 return flag == PARAGRAPH && index != 0 && index != length() && charAt(index - 1) != '\n'
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/
doxia-module-apt-1.0.jar 
  /prebuilts/go/darwin-x86/src/encoding/json/
encode.go 113 // as described in the next paragraph.
926 // U+2029 is PARAGRAPH SEPARATOR.
1001 // U+2029 is PARAGRAPH SEPARATOR.
    [all...]
  /prebuilts/go/linux-x86/src/encoding/json/
encode.go 113 // as described in the next paragraph.
926 // U+2029 is PARAGRAPH SEPARATOR.
1001 // U+2029 is PARAGRAPH SEPARATOR.
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /prebuilts/checkstyle/
checkstyle.jar 

Completed in 195 milliseconds