Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_strtod.c1532 static unsigned char hexdig[256];
1547 htinit(hexdig, USC "0123456789", 0x10);
1548 htinit(hexdig, USC "abcdef", 0x10 + 10);
1549 htinit(hexdig, USC "ABCDEF", 0x10 + 10);
1628 if ((c1 = hexdig[c]))
1849 if (hexdig[*s])
1864 if (!hexdig[*s])
1868 if (hexdig[*s])
1873 while(hexdig[*s])
1886 while(hexdig[*s])
[all …]

Completed in 13 milliseconds