Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_strtod.c1528 static unsigned char hexdig[256];
1543 htinit(hexdig, USC "0123456789", 0x10);
1544 htinit(hexdig, USC "abcdef", 0x10 + 10);
1545 htinit(hexdig, USC "ABCDEF", 0x10 + 10);
1624 if ((c1 = hexdig[c]))
1845 if (hexdig[*s])
1860 if (!hexdig[*s])
1864 if (hexdig[*s])
1869 while(hexdig[*s])
1882 while(hexdig[*s])
[all …]

Completed in 11 milliseconds