Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/ucgendat/
H A Ducgendat.c55 #undef ishdigit
56 #define ishdigit(cc) (((cc) >= '0' && (cc) <= '9') ||\ macro
1021 while (!ishdigit(*s)) in read_cdata()
1024 for (dectmp[dectmp_size] = 0; ishdigit(*s); s++) { in read_cdata()
1102 while (ishdigit(*s)) { in read_cdata()

Completed in 7 milliseconds