Searched refs:CommentType (Results 1 – 8 of 8) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | XPathParts.java | 106 … filteredXPath.writeComment(pw, xpath_comments, i + 1, Comments.CommentType.PREBLOCK); in writeDifference() 112 filteredXPath.writeComment(pw, xpath_comments, size(), Comments.CommentType.PREBLOCK); in writeDifference() 127 filteredXPath.writeComment(pw, xpath_comments, size(), Comments.CommentType.LINE); in writeDifference() 131 filteredXPath.writeComment(pw, xpath_comments, size(), Comments.CommentType.POSTBLOCK); in writeDifference() 148 public enum CommentType { enum in XPathParts.Comments 152 …private EnumMap<CommentType, Map<String, String>> comments = new EnumMap<CommentType, Map<String, … 153 CommentType.class); 156 for (CommentType c : CommentType.values()) { in Comments() 161 public String getComment(CommentType style, String xpath) { in getComment() 165 public Comments addComment(CommentType style, String xpath, String comment) { in addComment() [all …]
|
D | CLDRFile.java | 785 public CLDRFile addComment(String xpath, String comment, Comments.CommentType type) { in addComment() 1578 … target.addComment(currentFullXPath, comment, XPathParts.Comments.CommentType.PREBLOCK); 1696 … target.addComment(lastLeafNode, comment, XPathParts.Comments.CommentType.POSTBLOCK); 1861 … target.addComment(lastActiveLeafNode, comment0, XPathParts.Comments.CommentType.LINE); 1895 … if (comment != null) target.addComment(null, comment, XPathParts.Comments.CommentType.LINE);
|
/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 | GenerateDerivedAnnotations.java | 24 import org.unicode.cldr.util.XPathParts.Comments.CommentType; 76 CommentType.PREBLOCK); in main()
|
D | GenerateDecompCollationRules.java | 19 import org.unicode.cldr.util.XPathParts.Comments.CommentType; 168 "from rules " + uSetRules + "\n", 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 | 66 import org.unicode.cldr.util.XPathParts.Comments.CommentType; 1770 String comment = comments.removeComment(CommentType.PREBLOCK, xpath); 1772 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()
|