Home
last modified time | relevance | path

Searched refs:ft_isdigit (Results 1 – 4 of 4) sorted by relevance

/external/freetype/include/freetype/internal/
Dftobjs.h101 #define ft_isdigit( x ) ( ( (unsigned)(x) - '0' ) < 10U ) macro
112 #define ft_isalnum( x ) ( ft_isdigit( x ) || ft_isalpha( x ) )
/external/pdfium/third_party/freetype/include/freetype/internal/
Dftobjs.h101 #define ft_isdigit( x ) ( ( (unsigned)(x) - '0' ) < 10U ) macro
112 #define ft_isalnum( x ) ( ft_isdigit( x ) || ft_isalpha( x ) )
/external/pdfium/third_party/freetype/src/type1/
Dt1load.c1081 if ( cur < limit && ft_isdigit( *cur ) ) in read_binary_data()
1191 if ( ft_isdigit( *cur ) || *cur == '[' ) in parse_encoding()
1299 if ( ft_isdigit( *cur ) || only_immediates ) in parse_encoding()
1931 else if ( ft_isdigit( *cur ) ) in parse_dict()
/external/pdfium/third_party/freetype/src/cid/
Dcidload.c599 if ( ft_isdigit( *p ) ) in cid_hex_to_binary()