Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/freetype/src/type42/
H A Dt42parse.c315 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()
/reactos/sdk/lib/3rdparty/freetype/include/freetype/internal/
H A Dftobjs.h118 #define ft_isdigit( x ) ( ( (unsigned)(x) - '0' ) < 10U ) macro
129 #define ft_isalnum( x ) ( ft_isdigit( x ) || ft_isalpha( x ) )
/reactos/sdk/lib/3rdparty/freetype/src/type1/
H A Dt1load.c1207 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()
/reactos/sdk/lib/3rdparty/freetype/src/cid/
H A Dcidload.c639 if ( ft_isdigit( *p ) ) in cid_hex_to_binary()