Searched refs:punct (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-9.3-release/contrib/libstdc++/config/os/generic/
H A Dctype_base.h54 static const mask graph = (1 << 2) | (1 << 3) | (1 << 9); // alnum|punct
56 static const mask punct = 1 << 9; member in struct:ctype_base
H A Dctype_inline.h91 case punct:
/freebsd-9.3-release/contrib/libstdc++/config/os/solaris/solaris2.5/
H A Dctype_base.h56 static const mask punct = 020; member in struct:ctype_base
/freebsd-9.3-release/contrib/libstdc++/config/os/bsd/darwin/
H A Dctype_base.h58 static const mask punct = _CTYPE_P; member in struct:ctype_base
71 static const mask punct = _P; member in struct:ctype_base
H A Dctype_inline.h66 | space | print | graph | cntrl | punct | alnum);
78 if (this->is(punct, *__low)) __m |= punct;
129 | space | print | graph | cntrl | punct | alnum);
/freebsd-9.3-release/contrib/libstdc++/config/os/bsd/freebsd/
H A Dctype_base.h61 static const mask punct = _CTYPE_P; member in class:ctype_base
74 static const mask punct = _P; member in class:ctype_base
H A Dctype_inline.h66 | space | print | graph | cntrl | punct | alnum);
78 if (this->is(punct, *__low)) __m |= punct;
129 | space | print | graph | cntrl | punct | alnum);
/freebsd-9.3-release/contrib/libstdc++/config/os/aix/
H A Dctype_base.h56 static const mask punct = _ISPUNCT; member in struct:ctype_base
/freebsd-9.3-release/contrib/libstdc++/config/os/bsd/netbsd/
H A Dctype_base.h59 static const mask punct = _P; member in struct:ctype_base
/freebsd-9.3-release/contrib/libstdc++/config/os/djgpp/
H A Dctype_base.h53 static const mask punct = __dj_ISPUNCT; // Punctuation member in struct:ctype_base
/freebsd-9.3-release/contrib/libstdc++/config/os/gnu-linux/
H A Dctype_base.h62 static const mask punct = _ISpunct; member in struct:ctype_base
/freebsd-9.3-release/contrib/libstdc++/config/os/hpux/
H A Dctype_base.h56 static const mask punct = _ISPUNCT; member in struct:ctype_base
/freebsd-9.3-release/contrib/libstdc++/config/os/irix/irix5.2/
H A Dctype_base.h56 static const mask punct = _P; member in struct:ctype_base
/freebsd-9.3-release/contrib/libstdc++/config/os/irix/irix6.5/
H A Dctype_base.h56 static const mask punct = _ISpunct; member in struct:ctype_base
/freebsd-9.3-release/contrib/libstdc++/config/os/mingw32/
H A Dctype_base.h56 static const mask punct = _PUNCT; member in struct:ctype_base
/freebsd-9.3-release/contrib/libstdc++/config/os/newlib/
H A Dctype_base.h58 static const mask punct = _P; member in struct:ctype_base
/freebsd-9.3-release/contrib/libstdc++/config/os/qnx/qnx6.1/
H A Dctype_base.h56 static const mask punct = _PU; member in struct:ctype_base
/freebsd-9.3-release/contrib/libstdc++/config/os/solaris/solaris2.6/
H A Dctype_base.h57 static const mask punct = _ISPUNCT; member in struct:ctype_base
/freebsd-9.3-release/contrib/libstdc++/config/os/solaris/solaris2.7/
H A Dctype_base.h58 static const mask punct = _ISPUNCT; member in struct:ctype_base
/freebsd-9.3-release/contrib/libstdc++/config/os/tpf/
H A Dctype_base.h56 static const mask punct = _ISpunct; member in struct:ctype_base
/freebsd-9.3-release/contrib/libstdc++/config/os/uclibc/
H A Dctype_base.h64 static const mask punct = _ISpunct; member in struct:ctype_base
/freebsd-9.3-release/contrib/libstdc++/config/os/vxworks/
H A Dctype_base.h57 static const mask punct = _C_PUNCT; member in struct:ctype_base
/freebsd-9.3-release/contrib/libstdc++/config/os/windiss/
H A Dctype_base.h56 static const mask punct = _P; member in struct:ctype_base
H A Dctype_inline.h77 case punct:
/freebsd-9.3-release/contrib/libstdc++/src/
H A Dctype.cc41 const ctype_base::mask ctype_base::punct; member in class:ctype_base

Completed in 133 milliseconds

12