Searched refs:CommentType (Results 1 – 8 of 8) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | XPathParts.java | 110 … filteredXPath.writeComment(pw, xpath_comments, i + 1, Comments.CommentType.PREBLOCK); in writeDifference() 116 filteredXPath.writeComment(pw, xpath_comments, size(), Comments.CommentType.PREBLOCK); in writeDifference() 131 filteredXPath.writeComment(pw, xpath_comments, size(), Comments.CommentType.LINE); in writeDifference() 135 filteredXPath.writeComment(pw, xpath_comments, size(), Comments.CommentType.POSTBLOCK); in writeDifference() 154 public enum CommentType { enum in XPathParts.Comments 158 …private EnumMap<CommentType, Map<String, String>> comments = new EnumMap<CommentType, Map<String, … 159 CommentType.class); 162 for (CommentType c : CommentType.values()) { in Comments() 167 public String getComment(CommentType style, String xpath) { in getComment() 171 public Comments addComment(CommentType style, String xpath, String comment) { in addComment() [all …]
|
D | CLDRFile.java | 742 public CLDRFile addComment(String xpath, String comment, Comments.CommentType type) { in addComment() 1629 … target.addComment(currentFullXPath, comment, XPathParts.Comments.CommentType.PREBLOCK); 1750 … target.addComment(lastLeafNode, comment, XPathParts.Comments.CommentType.POSTBLOCK); 1923 … target.addComment(lastActiveLeafNode, comment0, XPathParts.Comments.CommentType.LINE); 1957 … 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() 74 CommentType.LINE); in main()
|
D | GenerateDerivedAnnotations.java | 20 import org.unicode.cldr.util.XPathParts.Comments.CommentType; 65 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 | 65 import org.unicode.cldr.util.XPathParts.Comments.CommentType; 2058 String comment = comments.removeComment(CommentType.PREBLOCK, xpath); 2060 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()
|