HomeSort by relevance Sort by last modified time
    Searched defs:Bold (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_report_decorator.h 24 const char *Bold() const { return ansi_ ? "\033[1m" : ""; }
  /frameworks/base/core/java/android/text/
Html.java 269 if ((s & Typeface.BOLD) != 0) {
359 if ((s & Typeface.BOLD) != 0) {
478 start(mSpannableStringBuilder, new Bold());
480 start(mSpannableStringBuilder, new Bold());
528 end(mSpannableStringBuilder, Bold.class, new StyleSpan(Typeface.BOLD));
530 end(mSpannableStringBuilder, Bold.class, new StyleSpan(Typeface.BOLD));
733 text.setSpan(new StyleSpan(Typeface.BOLD),
809 private static class Bold { }
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 401 /// IsBold - Keeps track of the bold formatting for the output string.
    [all...]
ASTDumper.cpp 37 bool Bold;
129 Dumper.OS.changeColor(Color.Color, Color.Bold);
    [all...]

Completed in 181 milliseconds