OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ft_isdigit
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/freetype/include/freetype/internal/
ftobjs.h
98
#define
ft_isdigit
( x ) ( ( (unsigned)(x) - '0' ) < 10U )
macro
109
#define ft_isalnum( x ) (
ft_isdigit
( x ) || ft_isalpha( x ) )
[
all
...]
/external/freetype/include/freetype/internal/
ftobjs.h
98
#define
ft_isdigit
( x ) ( ( (unsigned)(x) - '0' ) < 10U )
macro
109
#define ft_isalnum( x ) (
ft_isdigit
( x ) || ft_isalpha( x ) )
[
all
...]
Completed in 60 milliseconds