Home
last modified time | relevance | path

Searched refs:removeComment (Results 1 – 7 of 7) 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/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/
DNode.java601 removeComment(); in remove()
609 public Node removeComment() { in removeComment() method in Node
/external/cldr/tools/java/org/unicode/cldr/util/
DXPathParts.java180 public String removeComment(CommentType style, String xPath) { in removeComment() method in XPathParts.Comments
224 public Comments removeComment(String string) { in removeComment() method in XPathParts.Comments
312 String comment = xpath_comments.removeComment(style, xpath); in writeComment()
DCLDRFile.java2690 public CLDRFile removeComment(String string) {
2692 dataSource.getXpathComments().removeComment(string);
/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRModify.java462 k.removeComment( in main()
2058 String comment = comments.removeComment(CommentType.PREBLOCK, xpath);