Searched refs:is_kept (Results 1 – 1 of 1) sorted by relevance
482 if (is_kept(*next)) { in operator ()()487 for (; next != end && !is_dropped(*next) && !is_kept(*next); ++next) in operator ()()505 if (is_kept(*next)) { in operator ()()520 for (; next != end && !is_dropped(*next) && !is_kept(*next); ++next) in operator ()()537 bool is_kept(Char E) const in is_kept() function in boost::char_separator