Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_strtod.c1536 static unsigned char hexdig[256];
1551 htinit(hexdig, USC "0123456789", 0x10);
1552 htinit(hexdig, USC "abcdef", 0x10 + 10);
1553 htinit(hexdig, USC "ABCDEF", 0x10 + 10);
1632 if ((c1 = hexdig[c]))
1853 if (hexdig[*s])
1868 if (!hexdig[*s])
1872 if (hexdig[*s])
1877 while(hexdig[*s])
1890 while(hexdig[*s])
[all …]

Completed in 12 milliseconds