Home
last modified time | relevance | path

Searched refs:PREBLOCK (Results 1 – 6 of 6) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateDerivedAnnotations.java65 CommentType.PREBLOCK); in main()
DGenerateLanguageData.java58 CommentType.PREBLOCK); in main()
DGenerateDecompCollationRules.java168 "from rules " + uSetRules + "\n", CommentType.PREBLOCK); in main()
DCLDRModify.java2058 String comment = comments.removeComment(CommentType.PREBLOCK, xpath);
2060 comments.addComment(CommentType.PREBLOCK, newFullPath, comment);
/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()
155 LINE, PREBLOCK, POSTBLOCK enumConstant
DCLDRFile.java1629 … target.addComment(currentFullXPath, comment, XPathParts.Comments.CommentType.PREBLOCK);