Home
last modified time | relevance | path

Searched refs:blank_line (Results 1 – 8 of 8) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dwrite-stringtable.c282 bool blank_line; in write_stringtable() local
293 blank_line = false; in write_stringtable()
300 if (blank_line) in write_stringtable()
305 blank_line = true; in write_stringtable()
Dwrite-properties.c245 bool blank_line; in write_properties() local
263 blank_line = false; in write_properties()
270 if (blank_line) in write_properties()
275 blank_line = true; in write_properties()
Dwrite-po.c1269 const char *charset, size_t page_width, bool blank_line, in message_print() argument
1276 if (blank_line && (!uniforum in message_print()
1395 const char *charset, size_t page_width, bool blank_line, in message_print_obsolete() argument
1406 if (blank_line) in message_print_obsolete()
1559 bool blank_line; in msgdomain_list_print_po() local
1562 blank_line = false; in msgdomain_list_print_po()
1575 if (blank_line) in msgdomain_list_print_po()
1589 blank_line = true; in msgdomain_list_print_po()
1632 blank_line, debug); in msgdomain_list_print_po()
1633 blank_line = true; in msgdomain_list_print_po()
[all …]
/third_party/unity/auto/
Dunity_to_junit.py47 blank_line = sol + eol
56 pp1.ignore(blank_line | OneOrMore("-"))
/third_party/cJSON/tests/unity/auto/
Dunity_to_junit.py47 blank_line = sol + eol
56 pp1.ignore(blank_line | OneOrMore("-"))
/third_party/boost/libs/units/test/
Dcheck_conversion_defs.cpp29 boost::regex blank_line("\\A(?://.*$|\\s)*"); variable
88 if(boost::regex_match(line, match, blank_line)) { in main()
/third_party/boost/tools/quickbook/src/
Dmain_grammar.cpp104 paragraph_separator, inside_paragraph, code, code_line, blank_line, member
603 >> *(*local.blank_line >> local.code_line) in init_main()
618 local.blank_line = in init_main()
/third_party/node/doc/changelogs/
DCHANGELOG_V4.md1458 …//github.com/nodejs/node/commit/066064d65f)] - **src**: fix whitespace/blank_line cpplint warnings…