Home
last modified time | relevance | path

Searched defs:ispunct (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/src/ctype/
Dispunct.c3 int ispunct(int c) in ispunct() function
/third_party/boost/boost/
Dtoken_functions.hpp223 static bool ispunct(char_type c) in ispunct() function
236 static bool ispunct(char_type c) in ispunct() function
258 static bool ispunct(char_type c) in ispunct() function
/third_party/boost/boost/spirit/home/support/char_encoding/
Dstandard.hpp113 ispunct(int ch) in ispunct() function
Dunicode.hpp93 ispunct(char_type ch) in ispunct() function
Dascii.hpp270 ispunct(int ch) in ispunct() function
Diso8859_1.hpp656 ispunct(int ch) in ispunct() function
Dstandard_wide.hpp128 ispunct(wchar_t ch) in ispunct() function
/third_party/python/Lib/curses/
Dascii.py63 def ispunct(c): return isgraph(c) and not isalnum(c) function