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

/external/freetype/include/internal/
H A Dftobjs.h101 #define ft_isdigit( x ) ( ( (unsigned)(x) - '0' ) < 10U ) macro
112 #define ft_isalnum( x ) ( ft_isdigit( x ) || ft_isalpha( x ) )
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dftobjs.h101 #define ft_isdigit( x ) ( ( (unsigned)(x) - '0' ) < 10U ) macro
112 #define ft_isalnum( x ) ( ft_isdigit( x ) || ft_isalpha( x ) )
/external/pdfium/third_party/freetype/src/type1/
H A Dt1load.c1081 if ( cur < limit && ft_isdigit( *cur ) )
1191 if ( ft_isdigit( *cur ) || *cur == '[' )
1299 if ( ft_isdigit( *cur ) || only_immediates )
1931 else if ( ft_isdigit( *cur ) )
/external/pdfium/third_party/freetype/src/cid/
H A Dcidload.c599 if ( ft_isdigit( *p ) )

Completed in 94 milliseconds