Home | History | Annotate | Download | only in bits

Lines Matching refs:do_scan_is

189        *  ctype<char_type>::do_scan_is().
198 { return this->do_scan_is(__m, __lo, __hi); }
401 * do_scan_is() is a hook for a derived facet to change the behavior of
411 do_scan_is(mask __m, const char_type* __lo,
420 * do_scan_is() is a hook for a derived facet to change the behavior of
631 do_scan_is(mask __m, const char_type* __lo, const char_type* __hi) const;
1272 * do_scan_is() is a hook for a derived facet to change the behavior of
1282 do_scan_is(mask __m, const char_type* __lo, const char_type* __hi) const;
1290 * do_scan_is() is a hook for a derived facet to change the behavior of