Home
last modified time | relevance | path

Searched refs:sqlite3Isalpha (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dnormalize.c219 #define sqlite3Isalpha(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x02) macro
/sqlite-3.40.0/src/
H A Dloadext.c625 if( sqlite3Isalpha(c) ){ in sqlite3LoadExtension()
H A DsqliteInt.h4368 # define sqlite3Isalpha(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x02) macro
4377 # define sqlite3Isalpha(x) isalpha((unsigned char)(x)) macro
H A Dfunc.c1479 for(i=0; zIn[i] && !sqlite3Isalpha(zIn[i]); i++){} in soundexFunc()
H A Djson.c2295 if( nn>2 && sqlite3Isalpha(z[1]) ){ in jsonAppendObjectPathElement()
H A Dos_win.c5536 return ( sqlite3Isalpha(zPathname[0]) && zPathname[1]==':' );