Searched refs:strip_it (Results 1 – 1 of 1) sorted by relevance
1410 auto strip_it = stripRange.begin(); in strip() local1414 while (strip_it != stripRange.end() && word >= strip_it->second) in strip()1415 ++strip_it; in strip()1417 if (strip_it == stripRange.end() || word < strip_it->first || word >= strip_it->second) in strip()