Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/include/internal/
A Dftobjs.h105 #define ft_isupper( x ) ( ( (unsigned)(x) - 'A' ) < 26U ) macro
108 #define ft_isalpha( x ) ( ft_isupper( x ) || ft_islower( x ) )
/AliOS-Things-master/components/freetype/src/base/
A Dftmac.c329 if ( ft_isupper( *q ) ) in create_lwfn_name()

Completed in 8 milliseconds