Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp368 appendOp(URX_STATE_SAVE, 2); in doParseActions()
369 appendOp(URX_JMP, 3); in doParseActions()
370 appendOp(URX_FAIL, 0); in doParseActions()
393 appendOp(URX_END, 0); in doParseActions()
421 appendOp(URX_JMP, 0); in doParseActions()
430 appendOp(URX_NOP, 0); in doParseActions()
473 appendOp(URX_NOP, 0); in doParseActions()
475 appendOp(URX_START_CAPTURE, varsLoc); in doParseActions()
476 appendOp(URX_NOP, 0); in doParseActions()
511 appendOp(URX_NOP, 0); in doParseActions()
[all …]
Dregexcmp.h110 void appendOp(int32_t op); // Append a new op to the compiled pattern.
111 …void appendOp(int32_t type, int32_t val); // Build & append a new op to the compiled patter…
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DXPathParser.java768 void appendOp(int length, int op) in appendOp() method in XPathParser
1137 appendOp(2, OpCodes.OP_NEG); in UnaryExpr()
1161 appendOp(2, OpCodes.OP_STRING); in StringExpr()
1181 appendOp(2, OpCodes.OP_BOOL); in BooleanExpr()
1207 appendOp(2, OpCodes.OP_NUMBER); in NumberExpr()
1402 appendOp(2, OpCodes.OP_LITERAL); in PrimaryExpr()
1413 appendOp(2, OpCodes.OP_VARIABLE); in PrimaryExpr()
1424 appendOp(2, OpCodes.OP_GROUP); in PrimaryExpr()
1436 appendOp(2, OpCodes.OP_NUMBERLIT); in PrimaryExpr()
1468 appendOp(2, OpCodes.OP_ARGUMENT); in Argument()
[all …]