HomeSort by relevance Sort by last modified time
    Searched refs:ft_isalnum (Results 1 - 4 of 4) sorted by null

  /external/freetype/src/sfnt/
sfdriver.c 264 /* `ft_isalnum' is a macro, but we need a function here, thus */
269 return ft_isalnum( c );
922 if ( ft_isalnum( *s ) )
963 if ( t != ' ' && ft_isalnum( t ) )
966 if ( t != ' ' && ft_isalnum( t ) )
969 if ( t != ' ' && ft_isalnum( t ) )
972 if ( t != ' ' && ft_isalnum( t ) )
    [all...]
  /external/freetype/src/base/
ftmac.c 342 if ( count < max && ( ft_isalnum( *q ) || *q == '_' ) )
    [all...]
  /external/freetype/builds/mac/
ftmac.c 676 if ( count < max && ( ft_isalnum( *q ) || *q == '_' ) )
    [all...]
  /external/freetype/include/freetype/internal/
ftobjs.h 129 #define ft_isalnum( x ) ( ft_isdigit( x ) || ft_isalpha( x ) ) macro
    [all...]

Completed in 310 milliseconds