Searched refs:FindOptionsWrapAround (Results 1 – 4 of 4) sorted by relevance
36 FindOptionsWrapAround = 1 << 4, enumerator
52 | (options & FindOptionsWrapAround ? WrapAround : 0); in core()
678 findOptions |= FindOptionsWrapAround; in toFindOptions()
609 BOOL wrapFlag = options & FindOptionsWrapAround;