Home
last modified time | relevance | path

Searched refs:white_space (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/libs/spirit/test/lex/
Dstate_switcher.cpp26 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/
Dexample1.cpp50 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/
Dgenerate_errors.pl158 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/
Drbbirpt.txt66 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/
Drbbirpt.txt66 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/
Drbbirpt.txt66 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/
Dquery.hpp87 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/
Dchar_class.hpp152 struct white_space { BOOST_SPIRIT_IS_TAG() }; struct
397 BOOST_SPIRIT_UNICODE_CLASSIFY(white_space)
641 BOOST_SPIRIT_UNICODE_CLASSIFY_WHAT(white_space)
Dcommon_terminals.hpp332 BOOST_SPIRIT_UNICODE_CHAR_CODE(white_space)
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-style.h287 enum CRWhiteSpaceType white_space; member
Dcr-style.c1687 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/
Dunicode.hpp297 BOOST_SPIRIT_X3_CLASSIFY(white_space)
504 BOOST_SPIRIT_X3_CHAR_CLASS(white_space)
/third_party/boost/boost/spirit/home/support/char_encoding/
Dunicode.hpp219 BOOST_SPIRIT_DERIVED_CATEGORY(white_space)