OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/dist/
pcregrep.c
292
enum { OP_NODATA, OP_STRING, OP_OP_STRING,
OP_NUMBER
, OP_LONGNUMBER,
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" },
[
all
...]
/external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkerFactory.java
509
case OpCodes.
OP_NUMBER
:
[
all
...]
Completed in 9271 milliseconds