Searched refs:OP_NUMBER (Results 1 - 5 of 5) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DOpCodes.java283 * [OP_NUMBER] (cast operation)
291 public static final int OP_NUMBER = 19; field in class:OpCodes
H A DCompiler.java159 case OpCodes.OP_NUMBER :
H A DXPathParser.java1207 appendOp(2, OpCodes.OP_NUMBER);
/external/pcre/dist/
H A Dpcregrep.c292 enum { OP_NODATA, OP_STRING, OP_OP_STRING, OP_NUMBER, OP_LONGNUMBER, enumerator in enum:__anon28498
331 { OP_NUMBER, 'A', &after_context, "after-context=number", "set number of following context lines" },
333 { OP_NUMBER, 'B', &before_context, "before-context=number", "set number of prior context lines" },
335 { OP_NUMBER, N_BUFSIZE,&bufthird, "buffer-size=number", "set processing buffer size parameter" },
338 { OP_NUMBER, 'C', &both_context, "context=number", "set number of context lines, before & after" },
2921 else if (op->type != OP_NUMBER && op->type != OP_LONGNUMBER &&
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DWalkerFactory.java509 case OpCodes.OP_NUMBER:

Completed in 103 milliseconds