Home
last modified time | relevance | path

Searched refs:OP_EXTFUNCTION (Results 1 – 6 of 6) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/axes/
DWalkerFactory.java337 case OpCodes.OP_EXTFUNCTION : in getAxisFromStep()
483 case OpCodes.OP_EXTFUNCTION : in mightBeProximate()
592 case OpCodes.OP_EXTFUNCTION : in isOptimizableForDescendantIterator()
691 case OpCodes.OP_EXTFUNCTION : in analyze()
995 case OpCodes.OP_EXTFUNCTION : in createDefaultStepPattern()
1005 case OpCodes.OP_EXTFUNCTION : in createDefaultStepPattern()
1136 case OpCodes.OP_EXTFUNCTION : in analyzePredicate()
1186 case OpCodes.OP_EXTFUNCTION : in createDefaultWalker()
1686 case OpCodes.OP_EXTFUNCTION : in isNaturalDocOrder()
DFilterExprWalker.java72 case OpCodes.OP_EXTFUNCTION : in init()
DUnionPathIterator.java351 case OpCodes.OP_EXTFUNCTION : in loadLocationPaths()
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DOpCodes.java363 public static final int OP_EXTFUNCTION = 24; field in OpCodes
DCompiler.java173 case OpCodes.OP_EXTFUNCTION : in compile()
DXPathParser.java1490 appendOp(4, OpCodes.OP_EXTFUNCTION); in FunctionCall()