Lines Matching defs:iLength
92094 static const u8 iLength[] = {2, 2, 3, 5, 3, 4, 4};92101 for(i=0; i<ArraySize(iLength)-omitFull; i++){92102 if( iLength[i]==n && sqlite3StrNICmp(&zText[iOffset[i]],z,n)==0 ){