Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_strtod.c1543 static unsigned char hexdig[256];
1558 htinit(hexdig, USC "0123456789", 0x10);
1559 htinit(hexdig, USC "abcdef", 0x10 + 10);
1563 static unsigned char hexdig[256] = { variable
1639 if ((c1 = hexdig[c]))
1860 if (hexdig[*s])
1875 if (!hexdig[*s])
1879 if (hexdig[*s])
1884 while(hexdig[*s])
1897 while(hexdig[*s])
[all …]

Completed in 22 milliseconds