Searched refs:OP_NOT_WORD_BOUNDARY (Results 1 – 3 of 3) sorted by relevance
47 OP_NOT_WORD_BOUNDARY, enumerator279 NotWordBoundaryOpCode() : RegExpOpCode(OP_NOT_WORD_BOUNDARY, RegExpOpCode::OP_SIZE_ONE) {} in NotWordBoundaryOpCode()
124 case RegExpOpCode::OP_NOT_WORD_BOUNDARY: in ExecuteInternal()
129 ((opCode == RegExpOpCode::OP_NOT_WORD_BOUNDARY) && in HandleOpWordBoundary()