HomeSort by relevance Sort by last modified time
    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