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

  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
OpCodes.java 283 * [OP_NUMBER] (cast operation)
291 public static final int OP_NUMBER = 19;
Compiler.java 159 case OpCodes.OP_NUMBER :
    [all...]
XPathParser.java 1207 appendOp(2, OpCodes.OP_NUMBER);
    [all...]
  /external/pcre/dist2/src/
pcre2grep.c 312 enum { OP_NODATA, OP_STRING, OP_OP_STRING, OP_NUMBER, OP_U32NUMBER,
351 { OP_NUMBER, 'A', &after_context, "after-context=number", "set number of following context lines" },
353 { OP_NUMBER, 'B', &before_context, "before-context=number", "set number of prior context lines" },
355 { OP_NUMBER, N_BUFSIZE,&bufthird, "buffer-size=number", "set processing buffer size parameter" },
358 { OP_NUMBER, 'C', &both_context, "context=number", "set number of context lines, before & after" },
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkerFactory.java 509 case OpCodes.OP_NUMBER:
    [all...]

Completed in 80 milliseconds