Home
last modified time | relevance | path

Searched defs:ISALPHA (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/test/
H A Dwordcount.c75 #define ISALPHA(X) isalpha((unsigned char)(X)) macro
/sqlite-3.40.0/tool/
H A Dlemon.c19 #define ISALPHA(X) isalpha((unsigned char)(X)) macro