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 | 351 enum { OP_NODATA, OP_STRING, OP_OP_STRING, OP_NUMBER, OP_U32NUMBER, OP_SIZE, enumerator 392 …{ OP_NUMBER, 'A', &after_context, "after-context=number", "set number of following con… 394 …{ OP_NUMBER, 'B', &before_context, "before-context=number", "set number of prior contex… 396 …{ OP_NUMBER, N_BUFSIZE,&bufthird, "buffer-size=number", "set processing buffer startin… 397 …{ OP_NUMBER, N_MAX_BUFSIZE,&max_bufthird, "max-buffer-size=number", "set processing buffer ma… 400 …{ OP_NUMBER, 'C', &both_context, "context=number", "set number of context lines, befo… 3941 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()
|