Home
last modified time | relevance | path

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

/external/freetype/src/type42/
Dt42parse.c323 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()
/external/freetype/include/freetype/internal/
Dftobjs.h116 #define ft_isdigit( x ) ( ( (unsigned)(x) - '0' ) < 10U ) macro
127 #define ft_isalnum( x ) ( ft_isdigit( x ) || ft_isalpha( x ) )
/external/freetype/src/type1/
Dt1load.c1357 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()
/external/freetype/src/cid/
Dcidload.c715 if ( ft_isdigit( *p ) ) in cid_hex_to_binary()
/external/freetype/
DChangeLog.214151 (ft_isdigit): New alias to `isdigit'.
4218 (parse_encoding): Use `ft_isdigit'.
4231 (t42_parse_encoding): Use `ft_isdigit'.
DChangeLog.235967 ensure that ft_isalnum, ft_isdigit, etc., use hard-coded values