OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ft_isalpha
(Results
1 - 2
of
2
) sorted by null
/external/freetype/include/internal/
ftobjs.h
111
#define
ft_isalpha
( x ) ( ft_isupper( x ) || ft_islower( x ) )
macro
112
#define ft_isalnum( x ) ( ft_isdigit( x ) ||
ft_isalpha
( x ) )
[
all
...]
/external/pdfium/third_party/freetype/include/internal/
ftobjs.h
110
#define
ft_isalpha
( x ) ( ft_isupper( x ) || ft_islower( x ) )
macro
111
#define ft_isalnum( x ) ( ft_isdigit( x ) ||
ft_isalpha
( x ) )
[
all
...]
Completed in 539 milliseconds