Searched defs:char_range (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/spirit/home/x3/char/ |
D | char_set.hpp | 25 struct char_range struct 29 typedef typename Encoding::char_type char_type; 30 typedef Encoding encoding; 31 typedef Attribute attribute_type; 32 static bool const has_attribute = 36 constexpr char_range(char_type from_, char_type to_) in char_range() argument 40 bool test(Char ch_, Context const& context) const in test() 48 char_type from, to;
|
/third_party/boost/boost/spirit/home/qi/char/ |
D | char.hpp | 198 struct char_range struct 201 typedef typename CharEncoding::char_type char_type; 202 typedef CharEncoding char_encoding; 204 char_range(char_type from_, char_type to_) in char_range() argument 208 bool test(CharParam ch_, Context&) const in test() 218 info what(Context& /*context*/) const in what() 226 char_type from, to; 230 struct char_range<CharEncoding, true> // case insensitive struct 233 typedef typename CharEncoding::char_type char_type; 234 typedef CharEncoding char_encoding; [all …]
|
/third_party/boost/boost/spirit/home/karma/char/ |
D | char.hpp | 208 struct char_range struct 211 typedef typename CharEncoding::char_type char_type; 212 typedef CharEncoding char_encoding; 214 char_range(char_type from, char_type to) in char_range() function 222 bool test(Attribute const& attr, CharParam& ch, Context&) const in test() 231 bool test(unused_type, CharParam&, Context&) const in test() 243 info what(Context& /*context*/) const in what() 251 char_type from, to;
|
/third_party/gettext/gettext-tools/src/ |
D | format-kde-kuit.c | 69 struct char_range struct 77 static const struct char_range name_chars1[] = argument
|
/third_party/boost/libs/proto/test/ |
D | toy_spirit2.cpp | 115 struct char_range struct 118 char_range(char from, char to) in char_range() function
|