Home | History | Annotate | Download | only in bits

Lines Matching refs:do_scan_is

187        *  ctype<char_type>::do_scan_is().
196 { return this->do_scan_is(__m, __lo, __hi); }
399 * do_scan_is() is a hook for a derived facet to change the behavior of
409 do_scan_is(mask __m, const char_type* __lo,
418 * do_scan_is() is a hook for a derived facet to change the behavior of
629 do_scan_is(mask __m, const char_type* __lo, const char_type* __hi) const;
1270 * do_scan_is() is a hook for a derived facet to change the behavior of
1280 do_scan_is(mask __m, const char_type* __lo, const char_type* __hi) const;
1288 * do_scan_is() is a hook for a derived facet to change the behavior of