Searched refs:sqlite3Tolower (Results 1 – 1 of 1) sorted by relevance
20586 # define sqlite3Tolower(x) (sqlite3UpperToLower[(unsigned char)(x)]) macro20597 # define sqlite3Tolower(x) tolower((unsigned char)(x)) macro129184 z1[i] = sqlite3Tolower(z2[i]);129432 zStop[1] = sqlite3Tolower(c);129496 if( noCase && sqlite3Tolower(c)==sqlite3Tolower(c2) && c<0x80 && c2<0x80 ){139376 if( sqlite3Tolower(zLeft[0])=='p' ){140409 int isQuick = (sqlite3Tolower(zLeft[0])=='q');161594 pStr2->u.zToken[i] = sqlite3Tolower(c);179341 pStr->zText[j] = sqlite3Tolower(pStr->zText[j]);