Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dnormalize.c106 static const unsigned char aiClass[] = { variable
302 switch( aiClass[*z] ){ /* Switch on the character-class of the first byte in sqlite3GetToken()
514 for(i=1; aiClass[z[i]]<=CC_KYWD; i++){} in sqlite3GetToken()
/sqlite-3.40.0/src/
H A Dtokenize.c61 static const unsigned char aiClass[] = { variable
275 switch( aiClass[*z] ){ /* Switch on the character-class of the first byte in sqlite3GetToken()
508 for(i=1; aiClass[z[i]]<=CC_KYWD; i++){} in sqlite3GetToken()