Searched refs:ft_isdigit (Results 1 – 4 of 4) sorted by relevance
315 if ( ft_isdigit( *cur ) || *cur == '[' ) in t42_parse_encoding()423 if ( ft_isdigit( *cur ) || only_immediates ) in t42_parse_encoding()614 else if ( ft_isdigit( *cur ) ) in t42_parse_sfnts()802 if ( ft_isdigit( *parser->root.cursor ) ) in t42_parse_charstrings()
118 #define ft_isdigit( x ) ( ( (unsigned)(x) - '0' ) < 10U ) macro129 #define ft_isalnum( x ) ( ft_isdigit( x ) || ft_isalpha( x ) )
1207 if ( cur < limit && ft_isdigit( *cur ) ) in read_binary_data()1317 if ( ft_isdigit( *cur ) || *cur == '[' ) in parse_encoding()1424 if ( ft_isdigit( *cur ) || only_immediates ) in parse_encoding()2115 else if ( ft_isdigit( *cur ) ) in parse_dict()
639 if ( ft_isdigit( *p ) ) in cid_hex_to_binary()