Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateLanguageData.java58 CommentType.PREBLOCK); in main()
DGenerateDecompCollationRules.java168 "from rules " + uSetRules + "\n", CommentType.PREBLOCK); in main()
DGenerateDerivedAnnotations.java142 CommentType.PREBLOCK); in main()
DCLDRModify.java1806 String comment = comments.removeComment(CommentType.PREBLOCK, xpath);
1808 comments.addComment(CommentType.PREBLOCK, newFullPath, comment);
/external/cldr/tools/java/org/unicode/cldr/util/
DXPathParts.java126 … filteredXPath.writeComment(pw, xpath_comments, i + 1, Comments.CommentType.PREBLOCK); in writeDifference()
132 filteredXPath.writeComment(pw, xpath_comments, size(), Comments.CommentType.PREBLOCK); in writeDifference()
183 LINE, PREBLOCK, POSTBLOCK enumConstant
DXMLNormalizingLoader.java268 … source.addComment(currentFullXPath, comment, XPathParts.Comments.CommentType.PREBLOCK); in push()
DCLDRFile.java1599 … target.addComment(currentFullXPath, comment, XPathParts.Comments.CommentType.PREBLOCK);