Home | History | Annotate | Download | only in strings

Lines Matching full:npos

245   while (found != STR::npos) {
300 (first_good_char == Str::npos) || (last_good_char == Str::npos)) {
463 return input.find_first_not_of(characters) == StringPiece::npos;
468 return input.find_first_not_of(characters) == StringPiece16::npos;
711 if (offset == StringType::npos)
731 } while (offset != StringType::npos);
785 } while (offset != StringType::npos);