HomeSort by: relevance | last modified time | path
    Searched refs:is_punct (Results 1 - 15 of 15) sorted by relevancy

  /src/external/gpl2/groff/dist/src/preproc/refer/
token.h 49 int is_punct() const;
74 inline int token_info::is_punct() const function in class:token_info
refer.cpp 673 if (ti->is_punct()) {
  /src/external/gpl3/gcc/dist/contrib/unicode/from_glibc/
unicode_utils.py 379 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):
  /src/external/gpl3/gcc.old/dist/contrib/unicode/from_glibc/
unicode_utils.py 379 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):
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
dfa.c 639 FUNC(is_punct, ISPUNCT)
664 { ":punct:]", is_punct },
regex.c 3275 boolean is_punct = STREQ (str, "punct");
3303 if ( (is_punct && ISPUNCT (ch))
  /src/external/gpl2/grep/dist/src/
dfa.c 665 FUNC(is_punct, ISPUNCT)
690 { ":punct:]", is_punct },
  /src/external/gpl2/diffutils/dist/lib/
regex.c 3347 boolean is_punct = STREQ (str, "punct");
3375 if ( (is_punct && ISPUNCT (ch))
  /src/external/gpl2/grep/dist/lib/
regex.c 3268 boolean is_punct = STREQ (str, "punct");
3296 if ( (is_punct && ISPUNCT (ch))
  /src/external/gpl3/binutils/dist/libiberty/
regex.c 3280 boolean is_punct = STREQ (str, "punct");
3308 if ( (is_punct && ISPUNCT (ch))
  /src/external/gpl3/binutils.old/dist/libiberty/
regex.c 3280 boolean is_punct = STREQ (str, "punct");
3308 if ( (is_punct && ISPUNCT (ch))
  /src/external/gpl3/gcc/dist/libiberty/
regex.c 3280 boolean is_punct = STREQ (str, "punct");
3308 if ( (is_punct && ISPUNCT (ch))
  /src/external/gpl3/gcc.old/dist/libiberty/
regex.c 3280 boolean is_punct = STREQ (str, "punct");
3308 if ( (is_punct && ISPUNCT (ch))
  /src/external/gpl3/gdb/dist/libiberty/
regex.c 3280 boolean is_punct = STREQ (str, "punct");
3308 if ( (is_punct && ISPUNCT (ch))
  /src/external/gpl3/gdb.old/dist/libiberty/
regex.c 3280 boolean is_punct = STREQ (str, "punct");
3308 if ( (is_punct && ISPUNCT (ch))

Completed in 98 milliseconds