Searched refs:PREBLOCK (Results 1 – 7 of 7) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GenerateLanguageData.java | 58 CommentType.PREBLOCK); in main()
|
D | GenerateDecompCollationRules.java | 168 "from rules " + uSetRules + "\n", CommentType.PREBLOCK); in main()
|
D | GenerateDerivedAnnotations.java | 142 CommentType.PREBLOCK); in main()
|
D | CLDRModify.java | 1806 String comment = comments.removeComment(CommentType.PREBLOCK, xpath); 1808 comments.addComment(CommentType.PREBLOCK, newFullPath, comment);
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | XPathParts.java | 126 … 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
|
D | XMLNormalizingLoader.java | 268 … source.addComment(currentFullXPath, comment, XPathParts.Comments.CommentType.PREBLOCK); in push()
|
D | CLDRFile.java | 1599 … target.addComment(currentFullXPath, comment, XPathParts.Comments.CommentType.PREBLOCK);
|