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

  /external/freetype/src/type42/
t42parse.c 315 if ( ft_isdigit( *cur ) || *cur == '[' )
423 if ( ft_isdigit( *cur ) || only_immediates )
614 else if ( ft_isdigit( *cur ) )
802 if ( ft_isdigit( *parser->root.cursor ) )
    [all...]
  /external/freetype/src/type1/
t1load.c     [all...]
  /external/freetype/include/freetype/internal/
ftobjs.h 118 #define ft_isdigit( x ) ( ( (unsigned)(x) - '0' ) < 10U ) macro
129 #define ft_isalnum( x ) ( ft_isdigit( x ) || ft_isalpha( x ) )
    [all...]
  /external/freetype/src/cid/
cidload.c 639 if ( ft_isdigit( *p ) )

Completed in 512 milliseconds