Home | History | Annotate | Download | only in bits

Lines Matching refs:do_is

157        *  ctype<char_type>::do_is().
165 { return this->do_is(__m, __c); }
173 * ctype<char_type>::do_is().
182 { return this->do_is(__lo, __hi, __vec); }
364 * do_is() is a hook for a derived facet to change the behavior of
365 * classifying. do_is() must always return the same result for the
373 do_is(mask __m, char_type __c) const = 0;
382 * do_is() is a hook for a derived facet to change the behavior of
383 * classifying. do_is() must always return the same result for the
392 do_is(const char_type* __lo, const char_type* __hi,
402 * match searching. do_is() must always return the same result for the
421 * match searching. do_is() must always return the same result for the
625 do_is(mask __m, char_type __c) const;
628 do_is(const char_type* __lo, const char_type* __hi, mask* __vec) const;
1193 // Pre-computed elements for do_is.
1236 * do_is() is a hook for a derived facet to change the behavior of
1237 * classifying. do_is() must always return the same result for the
1245 do_is(mask __m, char_type __c) const;
1254 * do_is() is a hook for a derived facet to change the behavior of
1255 * classifying. do_is() must always return the same result for the
1264 do_is(const char_type* __lo, const char_type* __hi, mask* __vec) const;
1273 * match searching. do_is() must always return the same result for the
1291 * match searching. do_is() must always return the same result for the