OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ft_isdigit
(Results
1 - 6
of
6
) sorted by null
/external/freetype/src/type42/
t42parse.c
315
if (
ft_isdigit
( *cur ) || *cur == '[' )
423
if (
ft_isdigit
( *cur ) || only_immediates )
614
else if (
ft_isdigit
( *cur ) )
802
if (
ft_isdigit
( *parser->root.cursor ) )
[
all
...]
/external/freetype/src/cid/
cidload.c
639
if (
ft_isdigit
( *p ) )
/external/freetype/src/type1/
t1load.c
[
all
...]
/external/freetype/include/freetype/internal/
ftobjs.h
118
#define
ft_isdigit
( x ) ( ( (unsigned)(x) - '0' ) < 10U )
macro
129
#define ft_isalnum( x ) (
ft_isdigit
( x ) || ft_isalpha( x ) )
[
all
...]
/external/freetype/
ChangeLog.21
[
all
...]
ChangeLog.23
[
all
...]
Completed in 248 milliseconds