Home
last modified time | relevance | path

Searched refs:WEIGHT_BOLD (Results 1 – 6 of 6) sorted by relevance

/third_party/gettext/libtextstyle/lib/
Dcolor.c250 term_ostream_set_weight (stream, WEIGHT_BOLD); in print_color_test()
251 if (term_ostream_get_weight (stream) != WEIGHT_BOLD) in print_color_test()
298 term_ostream_set_weight (stream, WEIGHT_BOLD); in print_color_test()
314 term_ostream_set_weight (stream, WEIGHT_BOLD); in print_color_test()
320 term_ostream_set_weight (stream, WEIGHT_BOLD); in print_color_test()
345 term_ostream_set_weight (stream, WEIGHT_BOLD); in print_color_test()
361 term_ostream_set_weight (stream, WEIGHT_BOLD); in print_color_test()
367 term_ostream_set_weight (stream, WEIGHT_BOLD); in print_color_test()
Dtextstyle.h209 WEIGHT_BOLD, enumerator
/third_party/gettext/libtextstyle/gnulib-local/tests/
Dtest-term-ostream.c170 term_ostream_set_weight (stream, WEIGHT_BOLD); in main()
171 if (term_ostream_get_weight (stream) != WEIGHT_BOLD) in main()
/third_party/gettext/libtextstyle/gnulib-local/lib/
Dterm-ostream.oo.h43 WEIGHT_BOLD, enumerator
Dterm-styled-ostream.oo.c366 return (value >= 6 ? WEIGHT_BOLD : WEIGHT_NORMAL); in style_compute_font_weight_value()
Dterm-ostream.oo.c1527 assert (new_weight == WEIGHT_BOLD); in out_weight_change()