Home
last modified time | relevance | path

Searched refs:insertOp (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DXPathParser.java746 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/
Dregexcmp.h105 void insertOp(int32_t where); // Open up a slot for a new op in the
Dregexcmp.cpp818 insertOp(topLoc); in doParseActions()
952 insertOp(saveStateLoc); in doParseActions()
1057 insertOp(topLoc); in doParseActions()
1396 insertOp(topLoc); in doParseActions()
1428 insertOp(topLoc); in doParseActions()
2005 void RegexCompile::insertOp(int32_t where) { in insertOp() function in RegexCompile
2430 insertOp(topOfBlock); in compileInterval()
2431 insertOp(topOfBlock); in compileInterval()
2432 insertOp(topOfBlock); in compileInterval()
2514 insertOp(topOfBlock); in compileInlineInterval()