Searched refs:is_dropped (Results 1 – 1 of 1) sorted by relevance
470 for (; next != end && is_dropped(*next); ++next) in operator ()()487 for (; next != end && !is_dropped(*next) && !is_kept(*next); ++next) in operator ()()514 else if (m_output_done == false && is_dropped(*next)) { in operator ()()518 if (is_dropped(*next)) in operator ()()520 for (; next != end && !is_dropped(*next) && !is_kept(*next); ++next) in operator ()()546 bool is_dropped(Char E) const in is_dropped() function in boost::char_separator