reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/bits/locale_facets.h
  630       do_is(mask __m, char_type __c) const;
  632       virtual const char_type*
  633       do_is(const char_type* __lo, const char_type* __hi, mask* __vec) const;
  633       do_is(const char_type* __lo, const char_type* __hi, mask* __vec) const;
  635       virtual const char_type*
  636       do_scan_is(mask __m, const char_type* __lo, const char_type* __hi) const;
  636       do_scan_is(mask __m, const char_type* __lo, const char_type* __hi) const;
  638       virtual const char_type*
  639       do_scan_not(mask __m, const char_type* __lo,
  640 		  const char_type* __hi) const;
  642       virtual char_type
  643       do_toupper(char_type __c) const;
  645       virtual const char_type*
  646       do_toupper(char_type* __lo, const char_type* __hi) const;
  646       do_toupper(char_type* __lo, const char_type* __hi) const;
  648       virtual char_type
  649       do_tolower(char_type __c) const;
  651       virtual const char_type*
  652       do_tolower(char_type* __lo, const char_type* __hi) const;
  652       do_tolower(char_type* __lo, const char_type* __hi) const;
  654       virtual char_type
  658       do_widen(const char* __lo, const char* __hi, char_type* __dest) const;
  661       do_narrow(char_type, char __dfault) const;
  663       virtual const char_type*
  664       do_narrow(const char_type* __lo, const char_type* __hi,
  664       do_narrow(const char_type* __lo, const char_type* __hi,