Searched refs:ft_isdigit (Results 1 – 6 of 6) sorted by relevance
323 if ( ft_isdigit( *cur ) || *cur == '[' ) in t42_parse_encoding()426 if ( ft_isdigit( *cur ) || only_immediates ) in t42_parse_encoding()625 else if ( ft_isdigit( *cur ) ) in t42_parse_sfnts()813 if ( ft_isdigit( *parser->root.cursor ) ) in t42_parse_charstrings()
116 #define ft_isdigit( x ) ( ( (unsigned)(x) - '0' ) < 10U ) macro127 #define ft_isalnum( x ) ( ft_isdigit( x ) || ft_isalpha( x ) )
1357 if ( cur < limit && ft_isdigit( *cur ) ) in read_binary_data()1481 if ( ft_isdigit( *cur ) || *cur == '[' ) in parse_encoding()1583 if ( ft_isdigit( *cur ) || only_immediates ) in parse_encoding()2312 else if ( ft_isdigit( *cur ) ) in parse_dict()
715 if ( ft_isdigit( *p ) ) in cid_hex_to_binary()
4151 (ft_isdigit): New alias to `isdigit'.4218 (parse_encoding): Use `ft_isdigit'.4231 (t42_parse_encoding): Use `ft_isdigit'.
5967 ensure that ft_isalnum, ft_isdigit, etc., use hard-coded values