Searched refs:getMatch (Results 1 – 11 of 11) sorted by relevance
64 final int low = (_match_length > 0) ? super.getMatch(0) : 0; in dump()66 final int high = (_match_length > 0) ? super.getMatch(_match_length - 1) : 0; in dump()
60 out.writeInt(super.getMatch(i)); // match-offset pairs in dump()
283 final int getMatch(final int index) { in getMatch() method in Select
128 XPath matchExpr = kd.getMatch(); in acceptNode()131 if (score == kd.getMatch().MATCH_SCORE_NONE) in acceptNode()
123 public XPath getMatch() in getMatch() method in KeyDeclaration
187 public XPath getMatch() in getMatch() method in ElemTemplate
66 XPath matchXPath = template.getMatch(); in setTemplate()350 String pstring = template.getMatch().getPatternString(); in insertPatternInTable()
164 private InstructionHandle[] getMatch( final int matched_from, final int match_length ) { in getMatch() method in InstructionFinder226 final InstructionHandle[] match = getMatch(startExpr, lenExpr); in search()
101 public Pattern getMatch() { in getMatch() method in Option
302 Map<String, String> map2 = transforms.getMatch(chars); in showHtml()
302 public Map<String, String> getMatch(String prefix) { in getMatch() method in Keyboard.Transforms