Home
last modified time | relevance | path

Searched refs:CommentType (Results 1 – 8 of 8) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DXPathParts.java110 … 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 …]
DCLDRFile.java742 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/
DGenerateLanguageData.java25 import org.unicode.cldr.util.XPathParts.Comments.CommentType;
58 CommentType.PREBLOCK); in main()
74 CommentType.LINE); in main()
DGenerateDerivedAnnotations.java20 import org.unicode.cldr.util.XPathParts.Comments.CommentType;
65 CommentType.PREBLOCK); in main()
DGenerateDecompCollationRules.java19 import org.unicode.cldr.util.XPathParts.Comments.CommentType;
168 "from rules " + uSetRules + "\n", CommentType.PREBLOCK); in main()
DSubdivisionNode.java41 import org.unicode.cldr.util.XPathParts.Comments.CommentType;
220 fileSubdivisions.addComment(path, level, CommentType.LINE); in appendName()
DCLDRModify.java65 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/
Dgenerator_helpers.h178 enum CommentType { enum
186 inline void GetComment(const DescriptorType* desc, CommentType type, in GetComment()
214 CommentType type, std::vector<grpc::string>* out) { in GetComment()