Home | History | Annotate | Download | only in bits

Lines Matching refs:do_scan_is

188        *  ctype<char_type>::do_scan_is().
197 { return this->do_scan_is(__m, __lo, __hi); }
400 * do_scan_is() is a hook for a derived facet to change the behavior of
410 do_scan_is(mask __m, const char_type* __lo,
419 * do_scan_is() is a hook for a derived facet to change the behavior of
630 do_scan_is(mask __m, const char_type* __lo, const char_type* __hi) const;
1271 * do_scan_is() is a hook for a derived facet to change the behavior of
1281 do_scan_is(mask __m, const char_type* __lo, const char_type* __hi) const;
1289 * do_scan_is() is a hook for a derived facet to change the behavior of