Searched refs:noCase (Results 1 – 2 of 2) sorted by relevance
9462 int noCase /* True for caseless comparisons */ in re_compile() argument9474 pRe->xNextChar = noCase ? re_next_char_nocase : re_next_char; in re_compile()9510 if( pRe->aOp[0]==RE_OP_ANYSTAR && !noCase ){ in re_compile()
134599 u8 noCase; /* true to ignore case differences */ member134677 u8 noCase = pInfo->noCase; /* True if uppercase==lowercase */ local134722 if( noCase ){134788 if( noCase && sqlite3Tolower(c)==sqlite3Tolower(c2) && c<0x80 && c2<0x80 ){168029 int noCase = 0; /* uppercase equivalent to lowercase */ local168272 && isLikeOrGlob(pParse, pExpr, &pStr1, &isComplete, &noCase)168294 if( noCase && !pParse->db->mallocFailed ){168307 if( noCase ){168326 zCollSeqName = noCase ? "NOCASE" : sqlite3StrBINARY;