Searched refs:svn_ctype_isxdigit (Results 1 – 4 of 4) sorted by relevance
886 if (svn_ctype_isxdigit(path[i + 1]) && in svn_path_is_uri_safe()887 svn_ctype_isxdigit(path[i + 2])) in svn_path_is_uri_safe()1057 else if (c == '%' && svn_ctype_isxdigit(path[i + 1]) in svn_path_uri_decode()1058 && svn_ctype_isxdigit(path[i+2])) in svn_path_uri_decode()
571 if (!svn_ctype_isxdigit(*(src+1)) || in canonicalize()572 !svn_ctype_isxdigit(*(src+2))) in canonicalize()608 if (!svn_ctype_isxdigit(*(src+1)) || in canonicalize()609 !svn_ctype_isxdigit(*(src+2))) in canonicalize()
108 #define svn_ctype_isxdigit(c) svn_ctype_test((c), SVN_CTYPE_XDIGIT) macro
120 if (end - *buf < 3 || **buf != 'x' || ! svn_ctype_isxdigit((*buf)[1]) in read_escaped()121 || ! svn_ctype_isxdigit((*buf)[2])) in read_escaped()