Searched refs:htmlMessage (Results 1 – 2 of 2) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckCLDR.java | 757 private String htmlMessage; field in CheckCLDR.CheckStatus 818 return htmlMessage; in getHTMLMessage() 826 htmlMessage = message; in setHTMLMessage() 994 StringBuffer htmlMessage = new StringBuffer(); in getHTML() local 995 FormatDemo.appendTitle(htmlMessage); in getHTML() 996 …FormatDemo.appendLine(htmlMessage, currentPattern, currentInput, currentFormatted, currentReparsed… in getHTML() 997 htmlMessage.append("</table>"); in getHTML() 998 return htmlMessage.toString(); in getHTML() 1014 …public static void appendLine(StringBuffer htmlMessage, String pattern, String input, String forma… in appendLine() argument 1016 htmlMessage.append("<tr><td><input type='text' name='pattern' value='") in appendLine() [all …]
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | VettingViewer.java | 141 … static <T extends Appendable> T appendDisplay(Set<Choice> choices, String htmlMessage, T target) { in appendDisplay() argument 150 item.appendDisplay(htmlMessage, target); in appendDisplay() 159 …private <T extends Appendable> void appendDisplay(String htmlMessage, T target) throws IOException… in appendDisplay() argument 162 if (!htmlMessage.isEmpty()) { in appendDisplay() 164 .append(htmlMessage); in appendDisplay() 451 public final String htmlMessage; field in VettingViewer.WritingInfo 453 public WritingInfo(PathHeader pretty, EnumSet<Choice> problems, CharSequence htmlMessage) { in WritingInfo() argument 457 this.htmlMessage = htmlMessage.toString(); in WritingInfo() 583 StringBuilder htmlMessage = new StringBuilder(); in getFileInfo() local 632 htmlMessage.setLength(0); in getFileInfo() [all …]
|