Home
last modified time | relevance | path

Searched refs:ishdigit (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducgendat.c59 #undef ishdigit
60 #define ishdigit(cc) (((cc) >= '0' && (cc) <= '9') ||\ macro
1032 while (!ishdigit(*s)) in read_cdata()
1035 for (dectmp[dectmp_size] = 0; ishdigit(*s); s++) { in read_cdata()
1113 while (ishdigit(*s)) { in read_cdata()