Home
last modified time | relevance | path

Searched refs:ft_isalnum (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/freetype/include/internal/
A Dftobjs.h109 #define ft_isalnum( x ) ( ft_isdigit( x ) || ft_isalpha( x ) ) macro
/AliOS-Things-master/components/freetype/src/base/
A Dftmac.c335 if ( count < max && ( ft_isalnum( *q ) || *q == '_' ) ) in create_lwfn_name()

Completed in 15 milliseconds