Searched refs:ONIGENC_IS_CODE_XDIGIT (Results 1 – 2 of 2) sorted by relevance
327 #define ONIGENC_IS_CODE_XDIGIT(enc,code) \ macro
1634 if (ONIGENC_IS_CODE_XDIGIT(enc, c)) { in scan_unsigned_hexadecimal_number()3026 if (ONIGENC_IS_CODE_XDIGIT(enc, c2)) in fetch_token_in_cc()3366 if (ONIGENC_IS_CODE_XDIGIT(enc, PPEEK)) in fetch_token()