Searched refs:StartInSelection (Results 1 – 3 of 3) sorted by relevance
39 StartInSelection = 1 << 5 enumerator
1152 …g ? 0 : CaseInsensitive) | (wrapFlag ? WrapAround : 0) | (startInSelection ? StartInSelection : 0); in findString()1224 bool startInReferenceRange = referenceRange && (options & StartInSelection); in rangeOfString()
125 | (options.findNext ? 0 : StartInSelection); in find()