Searched defs:is_digit (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/zic.tproj/
H A Dprivate.h100 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro
/macosx-10.9.5/system_cmds-597.90.1/zic.tproj/
H A Dprivate.h100 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dprivate.h119 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro
/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dprintflocal.h71 #define is_digit(c) ((unsigned)to_digit(c) <= 9) macro
H A Dxprintf.c112 #define is_digit(c) (((unsigned)to_digit(c)) <= 9) macro
/macosx-10.9.5/Libc-997.90.3/stdtime/FreeBSD/
H A Dprivate.h138 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro
/macosx-10.9.5/sudo-72/src/
H A Dsnprintf.c113 #define is_digit(c) ((unsigned int)to_digit(c) <= 9) macro
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/UglifyJS/
H A Dparse-js.js214 function is_digit(ch) { function
/macosx-10.9.5/ruby-104/ruby/
H A Dvsnprintf.c357 #define is_digit(c) ((unsigned)to_digit(c) <= 9) macro
/macosx-10.9.5/bind9-45.100/bind9/contrib/queryperf/
H A Dqueryperf.c425 is_digit(char d) { function
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Debrowse.c374 char is_digit[255]; variable
/macosx-10.9.5/groff-38/groff/src/devices/grohtml/
H A Dpost-html.cpp130 static int is_digit (char ch) function

Completed in 240 milliseconds