Home
last modified time | relevance | path

Searched defs:isDigit (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/ncurses/form/
Dfty_int.c40 #define isDigit(c) (iswdigit((wint_t)(c)) || isdigit(UChar(c))) macro
Dfty_num.c50 #define isDigit(c) (iswdigit((wint_t)(c)) || isdigit(UChar(c))) macro
/freebsd-9-stable/contrib/groff/src/preproc/html/
Dpushback.cpp219 static int isDigit (char ch) in isDigit() function
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DCharInfo.h94 LLVM_READONLY static inline bool isDigit(unsigned char c) { in isDigit() function
/freebsd-9-stable/contrib/llvm/include/llvm/TableGen/
DRecord.h1750 bool isDigit = ascii_isdigit(Curr[I]); in RecordParts() local