Searched refs:insertOp (Results 1 – 3 of 3) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
D | XPathParser.java | 746 void insertOp(int pos, int length, int op) in insertOp() method in XPathParser 812 insertOp(opPos, 2, OpCodes.OP_OR); in OrExpr() 839 insertOp(opPos, 2, OpCodes.OP_AND); in AndExpr() 878 insertOp(addPos, 2, OpCodes.OP_NOTEQUALS); in EqualityExpr() 890 insertOp(addPos, 2, OpCodes.OP_EQUALS); in EqualityExpr() 941 insertOp(addPos, 2, OpCodes.OP_LTE); in RelationalExpr() 945 insertOp(addPos, 2, OpCodes.OP_LT); in RelationalExpr() 962 insertOp(addPos, 2, OpCodes.OP_GTE); in RelationalExpr() 966 insertOp(addPos, 2, OpCodes.OP_GT); in RelationalExpr() 1012 insertOp(addPos, 2, OpCodes.OP_PLUS); in AdditiveExpr() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | regexcmp.h | 108 void insertOp(int32_t where); // Open up a slot for a new op in the
|
D | regexcmp.cpp | 822 insertOp(topLoc); in doParseActions() 956 insertOp(saveStateLoc); in doParseActions() 1061 insertOp(topLoc); in doParseActions() 1400 insertOp(topLoc); in doParseActions() 1432 insertOp(topLoc); in doParseActions() 2010 void RegexCompile::insertOp(int32_t where) { in insertOp() function in RegexCompile 2435 insertOp(topOfBlock); in compileInterval() 2436 insertOp(topOfBlock); in compileInterval() 2437 insertOp(topOfBlock); in compileInterval() 2519 insertOp(topOfBlock); in compileInlineInterval()
|