Home
last modified time | relevance | path

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

/third_party/gettext/libtextstyle/lib/
Dcolor.c246 term_ostream_set_weight (stream, WEIGHT_NORMAL); in print_color_test()
247 if (term_ostream_get_weight (stream) != WEIGHT_NORMAL) in print_color_test()
300 term_ostream_set_weight (stream, WEIGHT_NORMAL); in print_color_test()
317 term_ostream_set_weight (stream, WEIGHT_NORMAL); in print_color_test()
323 term_ostream_set_weight (stream, WEIGHT_NORMAL); in print_color_test()
347 term_ostream_set_weight (stream, WEIGHT_NORMAL); in print_color_test()
364 term_ostream_set_weight (stream, WEIGHT_NORMAL); in print_color_test()
370 term_ostream_set_weight (stream, WEIGHT_NORMAL); in print_color_test()
Dtextstyle.h208 WEIGHT_NORMAL = 0, enumerator
210 WEIGHT_DEFAULT = WEIGHT_NORMAL
/third_party/gettext/libtextstyle/gnulib-local/lib/
Dterm-ostream.oo.h42 WEIGHT_NORMAL = 0, enumerator
44 WEIGHT_DEFAULT = WEIGHT_NORMAL
Dterm-ostream.oo.c1129 attr.weight = WEIGHT_NORMAL; in simplify_attributes()
1689 if ((old_attr.weight != WEIGHT_NORMAL in out_attr_change()
1690 && new_attr.weight == WEIGHT_NORMAL) in out_attr_change()
1701 old_attr.weight = WEIGHT_NORMAL; in out_attr_change()
Dterm-styled-ostream.oo.c366 return (value >= 6 ? WEIGHT_BOLD : WEIGHT_NORMAL); in style_compute_font_weight_value()
/third_party/gettext/libtextstyle/gnulib-local/tests/
Dtest-term-ostream.c166 term_ostream_set_weight (stream, WEIGHT_NORMAL); in main()
167 if (term_ostream_get_weight (stream) != WEIGHT_NORMAL) in main()