Searched refs:ft_isalnum (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dftobjs.h109 #define ft_isalnum( x ) ( ft_isdigit( x ) || ft_isalpha( x ) ) macro
/external/freetype/include/internal/
H A Dftobjs.h101 #define ft_isalnum( x ) ( ft_isdigit( x ) || ft_isalpha( x ) ) macro
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dftobjs.h109 #define ft_isalnum( x ) ( ft_isdigit( x ) || ft_isalpha( x ) ) macro
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dftobjs.h109 #define ft_isalnum( x ) ( ft_isdigit( x ) || ft_isalpha( x ) ) macro
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftmac.c335 if ( count < max && ( ft_isalnum( *q ) || *q == '_' ) )

Completed in 436 milliseconds