Searched defs:svn_ctype_isdigit (Results 1 – 4 of 4) sorted by relevance
87 #define svn_ctype_isdigit(c) svn_ctype_test((c), SVN_CTYPE_DIGIT) macro