Searched refs:is_punct (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl2/groff/dist/src/preproc/refer/
H A Dtoken.h49 int is_punct() const;
74 inline int token_info::is_punct() const function in class:token_info
H A Drefer.cpp673 if (ti->is_punct()) {
/netbsd-current/external/gpl3/gcc.old/dist/contrib/unicode/from_glibc/
H A Dunicode_utils.py379 def is_punct(code_point): function
462 if (is_alpha(code_point) and is_punct(code_point)):
486 if (is_cntrl(code_point) and is_punct(code_point)):
501 if (is_punct(code_point) and is_digit(code_point)):
504 if (is_punct(code_point) and is_xdigit(code_point)):
507 if (is_punct(code_point) and code_point == 0x0020):
/netbsd-current/external/gpl3/gcc/dist/contrib/unicode/from_glibc/
H A Dunicode_utils.py379 def is_punct(code_point): function
462 if (is_alpha(code_point) and is_punct(code_point)):
486 if (is_cntrl(code_point) and is_punct(code_point)):
501 if (is_punct(code_point) and is_digit(code_point)):
504 if (is_punct(code_point) and is_xdigit(code_point)):
507 if (is_punct(code_point) and code_point == 0x0020):
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Ddfa.c639 FUNC(is_punct, ISPUNCT)
664 { ":punct:]", is_punct },
H A Dregex.c3275 boolean is_punct = STREQ (str, "punct");
3303 if ( (is_punct && ISPUNCT (ch))
/netbsd-current/external/gpl2/grep/dist/src/
H A Ddfa.c665 FUNC(is_punct, ISPUNCT)
690 { ":punct:]", is_punct },
/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dregex.c3347 boolean is_punct = STREQ (str, "punct");
3375 if ( (is_punct && ISPUNCT (ch))
/netbsd-current/external/gpl2/grep/dist/lib/
H A Dregex.c3268 boolean is_punct = STREQ (str, "punct");
3296 if ( (is_punct && ISPUNCT (ch))
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dregex.c3276 boolean is_punct = STREQ (str, "punct");
3304 if ( (is_punct && ISPUNCT (ch))
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dregex.c3276 boolean is_punct = STREQ (str, "punct");
3304 if ( (is_punct && ISPUNCT (ch))
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dregex.c3280 boolean is_punct = STREQ (str, "punct");
3308 if ( (is_punct && ISPUNCT (ch))
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dregex.c3280 boolean is_punct = STREQ (str, "punct");
3308 if ( (is_punct && ISPUNCT (ch))
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dregex.c3280 boolean is_punct = STREQ (str, "punct");
3308 if ( (is_punct && ISPUNCT (ch))
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dregex.c3280 boolean is_punct = STREQ (str, "punct");
3308 if ( (is_punct && ISPUNCT (ch))

Completed in 438 milliseconds