Home
last modified time | relevance | path

Searched defs:htmlMessage (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DVettingViewer.java141 … static <T extends Appendable> T appendDisplay(Set<Choice> choices, String htmlMessage, T target) { in appendDisplay()
159 …private <T extends Appendable> void appendDisplay(String htmlMessage, T target) throws IOException… in appendDisplay()
451 public final String htmlMessage; field in VettingViewer.WritingInfo
453 public WritingInfo(PathHeader pretty, EnumSet<Choice> problems, CharSequence htmlMessage) { in WritingInfo()
583 StringBuilder htmlMessage = new StringBuilder(); in getFileInfo() local
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckCLDR.java757 private String htmlMessage; field in CheckCLDR.CheckStatus
994 StringBuffer htmlMessage = new StringBuffer(); in getHTML() local
1014 …public static void appendLine(StringBuffer htmlMessage, String pattern, String input, String forma… in appendLine()
1032 public static void appendTitle(StringBuffer htmlMessage) { in appendTitle()