Searched defs:char_range (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/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 …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/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() function 40 bool test(Char ch_, Context const& context) const in test() 48 char_type from, to;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/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() argument 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;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/test/ |
D | toy_spirit2.cpp | 115 struct char_range struct 118 char_range(char from, char to) in char_range() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/str/ |
H A D | mod.rs | 131 let char_range = char_start..char_start + ch.len_utf8(); in slice_error_fail_rt() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/str/ |
H A D | mod.rs | 131 let char_range = char_start..char_start + ch.len_utf8(); in slice_error_fail_rt() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/str/ |
H A D | mod.rs | 131 let char_range = char_start..char_start + ch.len_utf8(); in slice_error_fail_rt() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/str/ |
H A D | mod.rs | 131 let char_range = char_start..char_start + ch.len_utf8(); in slice_error_fail_rt() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/str/ |
H A D | mod.rs | 131 let char_range = char_start..char_start + ch.len_utf8(); in slice_error_fail_rt() localVariable
|