Home
last modified time | relevance | path

Searched refs:removeComment (Results 1 – 10 of 10) sorted by relevance

/external/nist-sip/java/javax/sip/header/
DRetryAfterHeader.java12 void removeComment(); in removeComment() method
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
DCollationMapper.java114 .map(CollationMapper::removeComment) in collectRule()
153 private static String removeComment(String s) { in removeComment() method in CollationMapper
/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-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/transformations/ast/body/
DMethodDeclarationTransformationsTest.java94 methodDeclaration.removeComment(); in removingDuplicateJavaDocComment()
180 methodDeclaration.removeComment(); in removingDuplicateComment()
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/comments/
DCommentTest.java138 methodDeclaration.removeComment(); in testRemoveDuplicateComment()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/
DNode.java625 removeComment(); in remove()
633 public Node removeComment() { in removeComment() method in Node
/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
313 String comment = xpath_comments.removeComment(style, xpath); in writeComment()
DCLDRFile.java2724 public CLDRFile removeComment(String string) {
2726 dataSource.getXpathComments().removeComment(string);
/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRModify.java461 k.removeComment( in main()
1806 String comment = comments.removeComment(CommentType.PREBLOCK, xpath);