Searched refs:htmlMessage (Results 1 – 2 of 2) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckCLDR.java | 742 private String htmlMessage; field in CheckCLDR.CheckStatus 799 return htmlMessage; in getHTMLMessage() 806 htmlMessage = message; in setHTMLMessage() 972 StringBuffer htmlMessage = new StringBuffer(); in getHTML() local 973 FormatDemo.appendTitle(htmlMessage); in getHTML() 974 …FormatDemo.appendLine(htmlMessage, currentPattern, currentInput, currentFormatted, currentReparsed… in getHTML() 975 htmlMessage.append("</table>"); in getHTML() 976 return htmlMessage.toString(); in getHTML() 992 …public static void appendLine(StringBuffer htmlMessage, String pattern, String input, String forma… in appendLine() argument 994 htmlMessage.append("<tr><td><input type='text' name='pattern' value='") in appendLine() [all …]
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | VettingViewer.java | 143 … static <T extends Appendable> T appendDisplay(Set<Choice> choices, String htmlMessage, T target) { in appendDisplay() argument 152 item.appendDisplay(htmlMessage, target); in appendDisplay() 161 …private <T extends Appendable> void appendDisplay(String htmlMessage, T target) throws IOException… in appendDisplay() argument 164 if (!htmlMessage.isEmpty()) { in appendDisplay() 166 .append(htmlMessage); in appendDisplay() 449 public final String htmlMessage; field in VettingViewer.WritingInfo 451 public WritingInfo(PathHeader pretty, EnumSet<Choice> problems, CharSequence htmlMessage) { in WritingInfo() argument 455 this.htmlMessage = htmlMessage.toString(); in WritingInfo() 569 StringBuilder htmlMessage = new StringBuilder(); in getFileInfo() local 617 htmlMessage.setLength(0); in getFileInfo() [all …]
|