Searched refs:insertOp (Results 1 – 5 of 5) 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 | 104 void insertOp(int32_t where); // Open up a slot for a new op in the
|
D | regexcmp.cpp | 833 insertOp(topLoc); in doParseActions() 977 insertOp(saveStateLoc); in doParseActions() 1080 insertOp(topLoc); in doParseActions() 1377 insertOp(topLoc); in doParseActions() 1412 insertOp(topLoc); in doParseActions() 1900 void RegexCompile::insertOp(int32_t where) { in insertOp() function in RegexCompile 2275 insertOp(topOfBlock); in compileInterval() 2276 insertOp(topOfBlock); in compileInterval() 2277 insertOp(topOfBlock); in compileInterval() 2355 insertOp(topOfBlock); in compileInlineInterval()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | regexcmp.h | 104 void insertOp(int32_t where); // Open up a slot for a new op in the
|
D | regexcmp.cpp | 811 insertOp(topLoc); in doParseActions() 955 insertOp(saveStateLoc); in doParseActions() 1058 insertOp(topLoc); in doParseActions() 1335 insertOp(topLoc); in doParseActions() 1370 insertOp(topLoc); in doParseActions() 1945 void RegexCompile::insertOp(int32_t where) { in insertOp() function in RegexCompile 2313 insertOp(topOfBlock); in compileInterval() 2314 insertOp(topOfBlock); in compileInterval() 2315 insertOp(topOfBlock); in compileInterval() 2387 insertOp(topOfBlock); in compileInlineInterval()
|