Home | History | Annotate | Download | only in libxml2

Lines Matching defs:isHex

2630   BOOLEAN_T isHex;
2708 isHex = (base == BASE_HEX);
2721 if (isHex)
2735 if (isHex)
2781 if (isHex)
2815 if (isHex)
2874 (isHex) ? 10.0 : base));
2892 if (isHex)
2905 if (isHex)
2934 if (isHex)
3031 isHex
3040 if (isHex)
5811 BOOLEAN_T isHex = FALSE;
5900 isHex = TRUE;
5913 if (isHex ? isxdigit(ch) : isdigit(ch))
5941 while ((isHex ? isxdigit(ch) : isdigit(ch)) &&
5947 if (isHex ? (trio_to_upper(ch) == 'P') : (trio_to_upper(ch) == 'E'))