Searched refs:OP_BOL (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/regexp/internal/
H A DREDebugCompiler.java44 hashOpcode.put(new Integer(RE.OP_BOL), "OP_BOL");
H A DRE.java335 static final char OP_BOL = '^'; // match only if at beginning of line field in class:RE
953 case OP_BOL:
H A DRECompiler.java862 case RE.OP_BOL:
975 if (opcode == RE.OP_BOL || opcode == RE.OP_EOL)

Completed in 36 milliseconds