Searched refs:OP_NUMBER (Results 1 – 5 of 5) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
D | OpCodes.java | 291 public static final int OP_NUMBER = 19; field in OpCodes
|
D | Compiler.java | 159 case OpCodes.OP_NUMBER : in compile()
|
D | XPathParser.java | 1207 appendOp(2, OpCodes.OP_NUMBER); in NumberExpr()
|
/external/pcre/dist2/src/ |
D | pcre2grep.c | 312 enum { OP_NODATA, OP_STRING, OP_OP_STRING, OP_NUMBER, OP_U32NUMBER, enumerator 351 …{ OP_NUMBER, 'A', &after_context, "after-context=number", "set number of following con… 353 …{ OP_NUMBER, 'B', &before_context, "before-context=number", "set number of prior contex… 355 …{ OP_NUMBER, N_BUFSIZE,&bufthird, "buffer-size=number", "set processing buffer size pa… 358 …{ OP_NUMBER, 'C', &both_context, "context=number", "set number of context lines, befo… 3270 else if (op->type != OP_NUMBER && op->type != OP_U32NUMBER && in main()
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
D | WalkerFactory.java | 509 case OpCodes.OP_NUMBER: in mightBeProximate()
|