Home | History | Annotate | Download | only in v1

Lines Matching full:__vec

452     const char_type* is(const char_type* __low, const char_type* __high, mask* __vec) const
454 return do_is(__low, __high, __vec);
522 virtual const char_type* do_is(const char_type* __low, const char_type* __high, mask* __vec) const;
553 const char_type* is(const char_type* __low, const char_type* __high, mask* __vec) const
555 for (; __low != __high; ++__low, ++__vec)
556 *__vec = isascii(*__low) ? __tab_[static_cast<int>(*__low)] : 0;
691 virtual const char_type* do_is(const char_type* __low, const char_type* __high, mask* __vec) const;