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

/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dftobjs.h98 #define ft_isdigit( x ) ( ( (unsigned)(x) - '0' ) < 10U ) macro
109 #define ft_isalnum( x ) ( ft_isdigit( x ) || ft_isalpha( x ) )
/external/freetype/include/internal/
H A Dftobjs.h90 #define ft_isdigit( x ) ( ( (unsigned)(x) - '0' ) < 10U ) macro
101 #define ft_isalnum( x ) ( ft_isdigit( x ) || ft_isalpha( x ) )
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dftobjs.h98 #define ft_isdigit( x ) ( ( (unsigned)(x) - '0' ) < 10U ) macro
109 #define ft_isalnum( x ) ( ft_isdigit( x ) || ft_isalpha( x ) )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dftobjs.h98 #define ft_isdigit( x ) ( ( (unsigned)(x) - '0' ) < 10U ) macro
109 #define ft_isalnum( x ) ( ft_isdigit( x ) || ft_isalpha( x ) )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1load.c1063 if ( cur < limit && ft_isdigit( *cur ) )
1175 if ( ft_isdigit( *cur ) || *cur == '[' )
1266 if ( ft_isdigit( *cur ) || only_immediates )
1885 else if ( ft_isdigit( *cur ) )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidload.c584 if ( ft_isdigit( *p ) )

Completed in 818 milliseconds