Searched refs:is_any_of (Results 1 – 4 of 4) sorted by relevance
203 is_any_of( const RangeT& Set ) in is_any_of() function307 using algorithm::is_any_of;
233 … if (it != glyphs.end() && it->second && !boost::algorithm::is_any_of(u" \t\n\v\f\r")(codePoint)) { in determineLineBreaks()274 boost::algorithm::trim_if(line, boost::algorithm::is_any_of(u" \t\n\v\f\r")); in shapeLines()
471 is_any_of(const unsigned char *p, int len, const char *s, int *ofs) in is_any_of() function603 res = is_any_of(r->data + r->code[pc + 1], in match()
428 boost::split(splitted, s, boost::is_any_of("\n")); in text()