Searched refs:CommentType (Results 1 – 11 of 11) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | XPathParts.java | 126 … filteredXPath.writeComment(pw, xpath_comments, i + 1, Comments.CommentType.PREBLOCK); in writeDifference() 132 filteredXPath.writeComment(pw, xpath_comments, size(), Comments.CommentType.PREBLOCK); in writeDifference() 147 filteredXPath.writeComment(pw, xpath_comments, size(), Comments.CommentType.LINE); in writeDifference() 151 filteredXPath.writeComment(pw, xpath_comments, size(), Comments.CommentType.POSTBLOCK); in writeDifference() 182 public enum CommentType { enum in XPathParts.Comments 186 private EnumMap<CommentType, Map<String, String>> comments = new EnumMap<>( 187 CommentType.class); 190 for (CommentType c : CommentType.values()) { in Comments() 195 public String getComment(CommentType style, String xpath) { in getComment() 199 public Comments addComment(CommentType style, String xpath, String comment) { in addComment() [all …]
|
D | XMLNormalizingLoader.java | 268 … source.addComment(currentFullXPath, comment, XPathParts.Comments.CommentType.PREBLOCK); in push() 365 … source.addComment(lastLeafNode, comment, XPathParts.Comments.CommentType.POSTBLOCK); in pop() 530 … source.addComment(lastActiveLeafNode, comment0, XPathParts.Comments.CommentType.LINE); in comment() 566 source.addComment(null, comment, XPathParts.Comments.CommentType.LINE); in endDocument()
|
D | CLDRFile.java | 793 public CLDRFile addComment(String xpath, String comment, Comments.CommentType type) { in addComment() 1599 … target.addComment(currentFullXPath, comment, XPathParts.Comments.CommentType.PREBLOCK); 1717 … target.addComment(lastLeafNode, comment, XPathParts.Comments.CommentType.POSTBLOCK); 1889 … target.addComment(lastActiveLeafNode, comment0, XPathParts.Comments.CommentType.LINE); 1926 … if (comment != null) target.addComment(null, comment, XPathParts.Comments.CommentType.LINE);
|
D | XMLSource.java | 1781 public XMLSource addComment(String xpath, String comment, Comments.CommentType type) { in addComment()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GenerateLanguageData.java | 25 import org.unicode.cldr.util.XPathParts.Comments.CommentType; 58 CommentType.PREBLOCK); in main() 72 CommentType.LINE); in main()
|
D | GenerateDecompCollationRules.java | 19 import org.unicode.cldr.util.XPathParts.Comments.CommentType; 168 "from rules " + uSetRules + "\n", CommentType.PREBLOCK); in main()
|
D | GenerateDerivedAnnotations.java | 31 import org.unicode.cldr.util.XPathParts.Comments.CommentType; 142 CommentType.PREBLOCK); in main()
|
D | SubdivisionNode.java | 41 import org.unicode.cldr.util.XPathParts.Comments.CommentType; 220 fileSubdivisions.addComment(path, level, CommentType.LINE); in appendName()
|
D | CLDRModify.java | 67 import org.unicode.cldr.util.XPathParts.Comments.CommentType; 1806 String comment = comments.removeComment(CommentType.PREBLOCK, xpath); 1808 comments.addComment(CommentType.PREBLOCK, newFullPath, comment);
|
/external/grpc-grpc/src/compiler/ |
D | generator_helpers.h | 178 enum CommentType { enum 186 inline void GetComment(const DescriptorType* desc, CommentType type, in GetComment() 214 CommentType type, std::vector<grpc::string>* out) { in GetComment()
|
/external/rust/crates/grpcio-sys/grpc/src/compiler/ |
D | generator_helpers.h | 178 enum CommentType { enum 186 inline void GetComment(const DescriptorType* desc, CommentType type, in GetComment() 214 CommentType type, std::vector<std::string>* out) { in GetComment()
|