HomeSort by relevance Sort by last modified time
    Searched full:ft_isxdigit (Results 1 - 3 of 3) sorted by null

  /external/freetype/src/type1/
t1parse.c 475 ft_isxdigit( cur[0] ) && ft_isxdigit( cur[1] ) &&
476 ft_isxdigit( cur[2] ) && ft_isxdigit( cur[3] ) )
  /external/freetype/include/freetype/internal/
ftobjs.h 120 #define ft_isxdigit( x ) ( ( (unsigned)(x) - '0' ) < 10U || \ macro
    [all...]
  /external/freetype/
ChangeLog.21     [all...]

Completed in 158 milliseconds