HomeSort by relevance Sort by last modified time
    Searched defs:ft_isdigit (Results 1 - 4 of 4) 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/internal/
ftobjs.h 90 #define ft_isdigit( x ) ( ( (unsigned)(x) - '0' ) < 10U ) macro
101 #define ft_isalnum( x ) ( ft_isdigit( x ) || ft_isalpha( x ) )
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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 288 milliseconds