Searched refs:white_space (Results 1 – 13 of 13) sorted by relevance
/third_party/boost/libs/spirit/test/lex/ |
D | state_switcher.cpp | 26 white_space = "[ \\t\\n]+"; in switch_state_tokens() 27 this->self("WS") = white_space; in switch_state_tokens() 33 boost::spirit::lex::token_def<> identifier, white_space, separators; member 55 BOOST_TEST(test_parser("\t \n", set_state("WS") >> lex.white_space, lex)); in main() 56 BOOST_TEST(test_parser("\t \n", in_state("WS")[lex.white_space], lex)); in main() 57 BOOST_TEST(!test_parser("\t \n", lex.white_space, lex)); in main() 71 BOOST_TEST(test_parser(",\t \n", set_state("WS") >> lex.white_space, in main() 73 BOOST_TEST(test_parser(";\t \n", in_state("WS")[lex.white_space], in main() 75 BOOST_TEST(!test_parser(",\t \n", lex.white_space, lex, in main() 84 lex.identifier >> set_state("WS") >> lex.white_space, lex)); in main() [all …]
|
/third_party/boost/libs/spirit/example/lex/ |
D | example1.cpp | 50 this->white_space = "[ \\t\\n]+"; in example1_tokens() 51 this->self("WS") = white_space; in example1_tokens() 54 lex::token_def<> identifier, white_space; member 114 bool r = qi::phrase_parse(iter, end, calc, qi::in_state("WS")[lex.white_space]); in main()
|
/third_party/mbedtls/scripts/ |
D | generate_errors.pl | 158 my $white_space; 165 $white_space = ' '; 171 $white_space = ' '; 206 ${$code_check} .= "${white_space}case -($error_name):\n". 207 "${white_space} return( \"$module_name - $description\" );\n"
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | rbbirpt.txt | 66 white_space n start 79 white_space n break-rule-end 90 white_space n start-after-caret 115 white_space n option-scan3 129 white_space n term 153 white_space n expr-mod 166 white_space n expr-cont 199 white_space n expr-cont 215 white_space n tag-open 220 white_space n tag-close [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | rbbirpt.txt | 66 white_space n start 79 white_space n break-rule-end 90 white_space n start-after-caret 115 white_space n option-scan3 129 white_space n term 153 white_space n expr-mod 166 white_space n expr-cont 199 white_space n expr-cont 215 white_space n tag-open 220 white_space n tag-close [all …]
|
/third_party/icu/icu4c/source/common/ |
D | rbbirpt.txt | 66 white_space n start 79 white_space n break-rule-end 90 white_space n start-after-caret 115 white_space n option-scan3 129 white_space n term 153 white_space n expr-mod 166 white_space n expr-cont 199 white_space n expr-cont 215 white_space n tag-open 220 white_space n tag-close [all …]
|
/third_party/boost/boost/spirit/home/support/char_encoding/unicode/ |
D | query.hpp | 87 white_space = 512, enumerator 244 return (detail::category_lookup(ch) & properties::white_space) != 0; in is_white_space()
|
/third_party/boost/boost/spirit/home/support/ |
D | char_class.hpp | 152 struct white_space { BOOST_SPIRIT_IS_TAG() }; struct 397 BOOST_SPIRIT_UNICODE_CLASSIFY(white_space) 641 BOOST_SPIRIT_UNICODE_CLASSIFY_WHAT(white_space)
|
D | common_terminals.hpp | 332 BOOST_SPIRIT_UNICODE_CHAR_CODE(white_space)
|
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/ |
D | cr-style.h | 287 enum CRWhiteSpaceType white_space; member
|
D | cr-style.c | 1687 a_style->white_space = WHITE_SPACE_NORMAL; in set_prop_white_space_from_value() 1690 a_style->white_space = WHITE_SPACE_PRE; in set_prop_white_space_from_value() 1693 a_style->white_space = WHITE_SPACE_NOWRAP; in set_prop_white_space_from_value() 1696 a_style->white_space = WHITE_SPACE_INHERIT; in set_prop_white_space_from_value() 1929 a_this->white_space = WHITE_SPACE_NORMAL; in cr_style_set_props_to_initial_values() 2755 cr_style_white_space_type_to_string (a_this->white_space, str, 0); in cr_style_to_string()
|
/third_party/boost/boost/spirit/home/x3/char/ |
D | unicode.hpp | 297 BOOST_SPIRIT_X3_CLASSIFY(white_space) 504 BOOST_SPIRIT_X3_CHAR_CLASS(white_space)
|
/third_party/boost/boost/spirit/home/support/char_encoding/ |
D | unicode.hpp | 219 BOOST_SPIRIT_DERIVED_CATEGORY(white_space)
|