Searched refs:htmlMessage (Results 1 – 2 of 2) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckCLDR.java | 743 private String htmlMessage; field in CheckCLDR.CheckStatus 800 return htmlMessage; in getHTMLMessage() 807 htmlMessage = message; in setHTMLMessage() 977 StringBuffer htmlMessage = new StringBuffer(); in getHTML() local 978 FormatDemo.appendTitle(htmlMessage); in getHTML() 979 …FormatDemo.appendLine(htmlMessage, currentPattern, currentInput, currentFormatted, currentReparsed… in getHTML() 980 htmlMessage.append("</table>"); in getHTML() 981 return htmlMessage.toString(); in getHTML() 997 …public static void appendLine(StringBuffer htmlMessage, String pattern, String input, String forma… in appendLine() argument 999 htmlMessage.append("<tr><td><input type='text' name='pattern' value='") in appendLine() [all …]
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | VettingViewer.java | 146 … static <T extends Appendable> T appendDisplay(Set<Choice> choices, String htmlMessage, T target) { in appendDisplay() argument 155 item.appendDisplay(htmlMessage, target); in appendDisplay() 164 …private <T extends Appendable> void appendDisplay(String htmlMessage, T target) throws IOException… in appendDisplay() argument 167 if (!htmlMessage.isEmpty()) { in appendDisplay() 169 .append(htmlMessage); in appendDisplay() 486 public final String htmlMessage; field in VettingViewer.WritingInfo 488 public WritingInfo(PathHeader pretty, EnumSet<Choice> problems, CharSequence htmlMessage) { in WritingInfo() argument 492 this.htmlMessage = htmlMessage.toString(); in WritingInfo() 830 StringBuilder htmlMessage = new StringBuilder(); in getFileInfo() local 877 htmlMessage.setLength(0); in getFileInfo() [all …]
|