Home
last modified time | relevance | path

Searched refs:space_re (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/tools/auto_index/src/
Dauto_index.cpp453 static const boost::regex space_re("[[:space:]]+"); in process_node() local
454 if(!seen && ptext->size() && !regex_match(*ptext, space_re)) in process_node()