Searched refs:mainMessage (Results 1 – 5 of 5) sorted by relevance
213 private String mainMessage; field in Option.Options223 public Options(String mainMessage) { in Options() argument224 … this.mainMessage = (mainMessage.isEmpty() ? "" : mainMessage + "\n") + "Here are the options:\n"; in Options()375 StringBuilder buffer = new StringBuilder(mainMessage); in getHelp()
59 void errlog(UBool dataErr, const UnicodeString& mainMessage, const char* extraMessage) const;
117 void IcuTestErrorCode::errlog(UBool dataErr, const UnicodeString& mainMessage, const char* extraMes… in errlog() argument119 msg.append(u' ').append(mainMessage); in errlog()
406 final String mainMessage = StringId.getId(path) + "\t" in checkLocale() local410 if (unique.contains(mainMessage)) { in checkLocale()413 unique.add(mainMessage); in checkLocale()416 logln(localeID + "\t" + mainMessage + "\t" + resolvedValue in checkLocale()
296 std::string mainMessage(const Diag &D, const ClangdDiagnosticOptions &Opts) { in mainMessage() function449 Main.message = mainMessage(D, Opts); in toLSPDiags()