Home
last modified time | relevance | path

Searched defs:removeComment (Results 1 – 6 of 6) sorted by relevance

/external/nist-sip/java/javax/sip/header/
DRetryAfterHeader.java12 void removeComment(); in removeComment() method
/external/nist-sip/java/gov/nist/javax/sip/header/
DRetryAfter.java99 public void removeComment() { in removeComment() method in RetryAfter
DVia.java204 public void removeComment() { in removeComment() method in Via
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
DCollationMapper.java153 private static String removeComment(String s) { in removeComment() method in CollationMapper
/external/cldr/tools/java/org/unicode/cldr/util/
DXPathParts.java208 public String removeComment(CommentType style, String xPath) { in removeComment() method in XPathParts.Comments
253 public Comments removeComment(String string) { in removeComment() method in XPathParts.Comments
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/
DNode.java633 public Node removeComment() { in removeComment() method in Node