Home
last modified time | relevance | path

Searched refs:matchesSelection (Results 1 – 3 of 3) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/
H A DChangeTypeRefactoring.java992 if (matchesSelection(stc.getLeft())) in findConstraintVariableForSelectedNode()
994 if (matchesSelection(stc.getRight())) in findConstraintVariableForSelectedNode()
1008 private boolean matchesSelection(ConstraintVariable cv){ in matchesSelection() method in ChangeTypeRefactoring
/dports/x11-toolkits/fox17/fox-1.7.77/adie/
H A DTextWindow.h130 …FXbool matchesSelection(const FXString& string,FXint* beg,FXint* end,FXuint flgs,FXint npar) const;
H A DTextWindow.cpp3154 FXbool TextWindow::matchesSelection(const FXString& string,FXint* beg,FXint* end,FXuint flgs,FXint … in matchesSelection() function in TextWindow
3199 if(matchesSelection(findstring,beg,end,findflags,10)){ in onCmdSearch()
3299 found=matchesSelection(findstring,beg,end,findflags,10); in onCmdReplace()