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

/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dftobjs.h108 #define ft_isalpha( x ) ( ft_isupper( x ) || ft_islower( x ) ) macro
109 #define ft_isalnum( x ) ( ft_isdigit( x ) || ft_isalpha( x ) )
/external/freetype/include/internal/
H A Dftobjs.h100 #define ft_isalpha( x ) ( ft_isupper( x ) || ft_islower( x ) ) macro
101 #define ft_isalnum( x ) ( ft_isdigit( x ) || ft_isalpha( x ) )
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dftobjs.h108 #define ft_isalpha( x ) ( ft_isupper( x ) || ft_islower( x ) ) 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.h108 #define ft_isalpha( x ) ( ft_isupper( x ) || ft_islower( x ) ) macro
109 #define ft_isalnum( x ) ( ft_isdigit( x ) || ft_isalpha( x ) )

Completed in 568 milliseconds