CaseInsensitive  1109 Source/core/editing/Editor.cpp     FindOptions options = (forward ? 0 : Backwards) | (caseFlag ? 0 : CaseInsensitive) | (wrapFlag ? WrapAround : 0) | (startInSelection ? StartInSelection : 0);
CaseInsensitive  1805 Source/core/editing/TextIterator.cpp     UCollationStrength strength = m_options & CaseInsensitive ? UCOL_PRIMARY : UCOL_TERTIARY;
CaseInsensitive   122 Source/web/TextFinder.cpp         | (options.matchCase ? 0 : CaseInsensitive)
CaseInsensitive   268 Source/web/TextFinder.cpp             searchRange.get(), searchText, options.matchCase ? 0 : CaseInsensitive));