HomeSort by relevance Sort by last modified time
    Searched refs:appendOp (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/i18n/
regexcmp.cpp 365 appendOp(URX_STATE_SAVE, 2);
366 appendOp(URX_JMP, 3);
367 appendOp(URX_FAIL, 0);
390 appendOp(URX_END, 0);
418 appendOp(URX_JMP, 0);
427 appendOp(URX_NOP, 0);
470 appendOp(URX_NOP, 0);
472 appendOp(URX_START_CAPTURE, varsLoc);
473 appendOp(URX_NOP, 0);
508 appendOp(URX_NOP, 0)
    [all...]
regexcmp.h 107 void appendOp(int32_t op); // Append a new op to the compiled pattern.
108 void appendOp(int32_t type, int32_t val); // Build & append a new op to the compiled pattern.
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java 768 void appendOp(int length, int op)
1137 appendOp(2, OpCodes.OP_NEG);
1161 appendOp(2, OpCodes.OP_STRING);
1181 appendOp(2, OpCodes.OP_BOOL);
1207 appendOp(2, OpCodes.OP_NUMBER);
    [all...]

Completed in 1412 milliseconds