Home | History | Annotate | Download | only in dist

Lines Matching defs:iLength

92130   static const u8 iLength[] = {2, 2, 3, 5, 3, 4, 4};
92137 for(i=0; i<ArraySize(iLength)-omitFull; i++){
92138 if( iLength[i]==n && sqlite3StrNICmp(&zText[iOffset[i]],z,n)==0 ){