HomeSort by: relevance | last modified time | path
    Searched defs:is_xdigit (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/openpam/dist/lib/libpam/
openpam_ctype.h 44 #define is_xdigit(ch) \ macro
  /src/external/gpl3/gcc/dist/contrib/unicode/from_glibc/
unicode_utils.py 345 def is_xdigit(code_point): function
477 if (is_space(code_point) and is_xdigit(code_point)):
495 if (is_cntrl(code_point) and is_xdigit(code_point)):
504 if (is_punct(code_point) and is_xdigit(code_point)):
  /src/external/gpl3/gcc.old/dist/contrib/unicode/from_glibc/
unicode_utils.py 345 def is_xdigit(code_point): function
477 if (is_space(code_point) and is_xdigit(code_point)):
495 if (is_cntrl(code_point) and is_xdigit(code_point)):
504 if (is_punct(code_point) and is_xdigit(code_point)):

Completed in 30 milliseconds