HomeSort by relevance Sort by last modified time
    Searched refs:POSTBLOCK (Results 1 - 2 of 2) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/util/
XPathParts.java 135 filteredXPath.writeComment(pw, xpath_comments, size(), Comments.CommentType.POSTBLOCK);
155 LINE, PREBLOCK, POSTBLOCK
275 * Any case of a LINE and a POSTBLOCK, join them into the POSTBLOCK.
276 * OW Any instance where we have a LINE with a newline in it, make it a POSTBLOCK.
277 * OW Any instance of a POSTBLOCK with no newline in it, make it a line.
282 // sharedKeys.addAll(comments.get(CommentType.POSTBLOCK).keySet());
285 // String postblock = (String) comments.get(CommentType.POSTBLOCK).get(key);
287 // if (postblock != null)
    [all...]
CLDRFile.java     [all...]

Completed in 126 milliseconds