Searched defs:char_range (Results 1 – 1 of 1) sorted by relevance
198 struct char_range struct201 typedef typename CharEncoding::char_type char_type;202 typedef CharEncoding char_encoding;204 char_range(char_type from_, char_type to_) in char_range() function208 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 struct233 typedef typename CharEncoding::char_type char_type;234 typedef CharEncoding char_encoding;[all …]