Home | History | Annotate | Download | only in bits

Lines Matching refs:do_is

155        *  It does so by returning the value of ctype<char_type>::do_is().
163 { return this->do_is(__m, __c); }
171 * ctype<char_type>::do_is().
180 { return this->do_is(__lo, __hi, __vec); }
362 * do_is() is a hook for a derived facet to change the behavior of
363 * classifying. do_is() must always return the same result for the
371 do_is(mask __m, char_type __c) const = 0;
380 * do_is() is a hook for a derived facet to change the behavior of
381 * classifying. do_is() must always return the same result for the
390 do_is(const char_type* __lo, const char_type* __hi,
400 * match searching. do_is() must always return the same result for the
419 * match searching. do_is() must always return the same result for the
623 do_is(mask __m, char_type __c) const;
626 do_is(const char_type* __lo, const char_type* __hi, mask* __vec) const;
1191 // Pre-computed elements for do_is.
1234 * do_is() is a hook for a derived facet to change the behavior of
1235 * classifying. do_is() must always return the same result for the
1243 do_is(mask __m, char_type __c) const;
1252 * do_is() is a hook for a derived facet to change the behavior of
1253 * classifying. do_is() must always return the same result for the
1262 do_is(const char_type* __lo, const char_type* __hi, mask* __vec) const;
1271 * match searching. do_is() must always return the same result for the
1289 * match searching. do_is() must always return the same result for the