Searched defs:punct (Results 1 - 23 of 23) sorted by relevance

/freebsd-10-stable/contrib/libstdc++/config/os/aix/
H A Dctype_base.h56 static const mask punct = _ISPUNCT; member in struct:ctype_base
/freebsd-10-stable/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
/freebsd-10-stable/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
/freebsd-10-stable/contrib/libstdc++/config/os/bsd/netbsd/
H A Dctype_base.h59 static const mask punct = _P; member in struct:ctype_base
/freebsd-10-stable/contrib/libstdc++/config/os/djgpp/
H A Dctype_base.h53 static const mask punct = __dj_ISPUNCT; // Punctuation member in struct:ctype_base
/freebsd-10-stable/contrib/libstdc++/config/os/generic/
H A Dctype_base.h56 static const mask punct = 1 << 9; member in struct:ctype_base
/freebsd-10-stable/contrib/libstdc++/config/os/gnu-linux/
H A Dctype_base.h62 static const mask punct = _ISpunct; member in struct:ctype_base
/freebsd-10-stable/contrib/libstdc++/config/os/hpux/
H A Dctype_base.h56 static const mask punct = _ISPUNCT; member in struct:ctype_base
/freebsd-10-stable/contrib/libstdc++/config/os/irix/irix5.2/
H A Dctype_base.h56 static const mask punct = _P; member in struct:ctype_base
/freebsd-10-stable/contrib/libstdc++/config/os/irix/irix6.5/
H A Dctype_base.h56 static const mask punct = _ISpunct; member in struct:ctype_base
/freebsd-10-stable/contrib/libstdc++/config/os/mingw32/
H A Dctype_base.h56 static const mask punct = _PUNCT; member in struct:ctype_base
/freebsd-10-stable/contrib/libstdc++/config/os/newlib/
H A Dctype_base.h58 static const mask punct = _P; member in struct:ctype_base
/freebsd-10-stable/contrib/libstdc++/config/os/qnx/qnx6.1/
H A Dctype_base.h56 static const mask punct = _PU; member in struct:ctype_base
/freebsd-10-stable/contrib/libstdc++/config/os/solaris/solaris2.5/
H A Dctype_base.h56 static const mask punct = 020; member in struct:ctype_base
/freebsd-10-stable/contrib/libstdc++/config/os/solaris/solaris2.6/
H A Dctype_base.h57 static const mask punct = _ISPUNCT; member in struct:ctype_base
/freebsd-10-stable/contrib/libstdc++/config/os/solaris/solaris2.7/
H A Dctype_base.h58 static const mask punct = _ISPUNCT; member in struct:ctype_base
/freebsd-10-stable/contrib/libstdc++/config/os/tpf/
H A Dctype_base.h56 static const mask punct = _ISpunct; member in struct:ctype_base
/freebsd-10-stable/contrib/libstdc++/config/os/uclibc/
H A Dctype_base.h64 static const mask punct = _ISpunct; member in struct:ctype_base
/freebsd-10-stable/contrib/libstdc++/config/os/vxworks/
H A Dctype_base.h57 static const mask punct = _C_PUNCT; member in struct:ctype_base
/freebsd-10-stable/contrib/libstdc++/config/os/windiss/
H A Dctype_base.h56 static const mask punct = _P; member in struct:ctype_base
/freebsd-10-stable/contrib/libstdc++/src/
H A Dctype.cc41 const ctype_base::mask ctype_base::punct; member in class:ctype_base
/freebsd-10-stable/contrib/groff/src/preproc/refer/
H A Drefer.cpp515 string punct; local
653 static void split_punct(string &line, string &punct) argument
/freebsd-10-stable/contrib/libc++/src/
H A Dlocale.cpp763 const ctype_base::mask ctype_base::punct; member in class:ctype_base

Completed in 117 milliseconds