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

  /external/freetype/include/freetype/internal/
ftobjs.h 101 #define ft_isdigit( x ) ( ( (unsigned)(x) - '0' ) < 10U ) macro
112 #define ft_isalnum( x ) ( ft_isdigit( x ) || ft_isalpha( x ) )
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
ftobjs.h 101 #define ft_isdigit( x ) ( ( (unsigned)(x) - '0' ) < 10U ) macro
112 #define ft_isalnum( x ) ( ft_isdigit( x ) || ft_isalpha( x ) )
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftobjs.h 101 #define ft_isdigit( x ) ( ( (unsigned)(x) - '0' ) < 10U ) macro
112 #define ft_isalnum( x ) ( ft_isdigit( x ) || ft_isalpha( x ) )
    [all...]

Completed in 2118 milliseconds