Home
last modified time | relevance | path

Searched refs:htmlMessage (Results 1 – 3 of 3) sorted by relevance

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DCheckCLDR.java1013 StringBuffer htmlMessage = new StringBuffer(); in getHTML() local
1014 FormatDemo.appendTitle(htmlMessage); in getHTML()
1015 …FormatDemo.appendLine(htmlMessage, currentPattern, currentInput, currentFormatted, currentReparsed… in getHTML()
1016 htmlMessage.append("</table>"); in getHTML()
1017 return htmlMessage.toString(); in getHTML()
1033 …public static void appendLine(StringBuffer htmlMessage, String pattern, String input, String forma… in appendLine() argument
1035 htmlMessage.append("<tr><td><input type='text' name='pattern' value='") in appendLine()
1051 public static void appendTitle(StringBuffer htmlMessage) { in appendTitle() argument
1052 htmlMessage.append("<table border='1' cellspacing='0' cellpadding='2'" + in appendTitle()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DVettingViewer.java301 public final String htmlMessage; field in VettingViewer.WritingInfo
304 …fo(PathHeader ph, EnumSet<NotificationCategory> problems, CharSequence htmlMessage, Subtype subtyp… in WritingInfo() argument
308 this.htmlMessage = htmlMessage.toString(); in WritingInfo()
428 private final StringBuilder htmlMessage = new StringBuilder(); field in VettingViewer.FileInfo
485 htmlMessage.setLength(0); in handleOnePath()
512 sorted.put(group, new WritingInfo(ph, problems, htmlMessage, firstSubtype())); in handleOnePath()
589 appendToMessage(statusMessage, htmlMessage); in recordChoice()
598 appendToMessage(statusMessage, htmlMessage); in recordChoice()
616 appendToMessage(usersValue, htmlMessage); in recordLosingDisputedEtc()
DMissingXmlGetter.java115 comment += wi.htmlMessage; in addPresentPath()