Home | History | Annotate | Download | only in bits

Lines Matching refs:do_is

156        *  It does so by returning the value of ctype<char_type>::do_is().
164 { return this->do_is(__m, __c); }
172 * ctype<char_type>::do_is().
181 { return this->do_is(__lo, __hi, __vec); }
363 * do_is() is a hook for a derived facet to change the behavior of
364 * classifying. do_is() must always return the same result for the
372 do_is(mask __m, char_type __c) const = 0;
381 * do_is() is a hook for a derived facet to change the behavior of
382 * classifying. do_is() must always return the same result for the
391 do_is(const char_type* __lo, const char_type* __hi,
401 * match searching. do_is() must always return the same result for the
420 * match searching. do_is() must always return the same result for the
624 do_is(mask __m, char_type __c) const;
627 do_is(const char_type* __lo, const char_type* __hi, mask* __vec) const;
1192 // Pre-computed elements for do_is.
1235 * do_is() is a hook for a derived facet to change the behavior of
1236 * classifying. do_is() must always return the same result for the
1244 do_is(mask __m, char_type __c) const;
1253 * do_is() is a hook for a derived facet to change the behavior of
1254 * classifying. do_is() must always return the same result for the
1263 do_is(const char_type* __lo, const char_type* __hi, mask* __vec) const;
1272 * match searching. do_is() must always return the same result for the
1290 * match searching. do_is() must always return the same result for the