Home
last modified time | relevance | path

Searched refs:ft_isxdigit (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/freetype/src/type1/
Dt1parse.c475 ft_isxdigit( cur[0] ) && ft_isxdigit( cur[1] ) && in T1_Get_Private_Dict()
476 ft_isxdigit( cur[2] ) && ft_isxdigit( cur[3] ) ) in T1_Get_Private_Dict()
/external/freetype/include/freetype/internal/
Dftobjs.h103 #define ft_isxdigit( x ) ( ( (unsigned)(x) - '0' ) < 10U || \ macro
/external/pdfium/third_party/freetype/include/freetype/internal/
Dftobjs.h103 #define ft_isxdigit( x ) ( ( (unsigned)(x) - '0' ) < 10U || \ macro