HomeSort by: relevance | last modified time | path
    Searched defs:is_punct (Results 1 - 3 of 3) 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
  /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):

Completed in 25 milliseconds