Methods from com.ibm.icu used by org.eclipse.cdt.ui

Click an entry in the table below to reveal the details of the references made to that element.

Reference Details

com.ibm.icu.text.BreakIterator.BreakIterator()

OVERRIDE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CBreakIterator.CBreakIterator()-1
org.eclipse.cdt.internal.ui.text.CWordIterator.CWordIterator()-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CBreakIterator.CBreakIterator()252
org.eclipse.cdt.internal.ui.text.CWordIterator.CWordIterator()39

com.ibm.icu.text.BreakIterator.current()

OVERRIDE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CBreakIterator.current()-1
org.eclipse.cdt.internal.ui.text.CWordIterator.current()-1
VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CBreakIterator.CBreakIterator()254
org.eclipse.cdt.internal.ui.text.spelling.SpellCheckIterator.SpellCheckIterator(IDocument, IRegion, Locale, BreakIterator)100

com.ibm.icu.text.BreakIterator.first()

OVERRIDE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CBreakIterator.first()-1
org.eclipse.cdt.internal.ui.text.CWordIterator.first()-1
VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CBreakIterator.first()270
org.eclipse.cdt.internal.ui.text.spelling.SpellCheckIterator.SpellCheckIterator(IDocument, IRegion, Locale, BreakIterator)94

com.ibm.icu.text.BreakIterator.following(int)

OVERRIDE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CBreakIterator.following(int)-1
org.eclipse.cdt.internal.ui.text.CWordIterator.following(int)-1
VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CBreakIterator.following(int)283
org.eclipse.cdt.internal.ui.text.spelling.SpellCheckIterator.skipTokens(int, char)352
org.eclipse.cdt.ui.text.doctools.generic.GenericTagDoubleClickStrategy.getWordRegion(IDocument, int)223

com.ibm.icu.text.BreakIterator.getSentenceInstance(Locale)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.spelling.SpellCheckIterator.SpellCheckIterator(IDocument, IRegion, Locale, BreakIterator)97

com.ibm.icu.text.BreakIterator.getText()

OVERRIDE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CBreakIterator.getText()-1
org.eclipse.cdt.internal.ui.text.CWordIterator.getText()-1
VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CBreakIterator.getText()349

com.ibm.icu.text.BreakIterator.getWordInstance()

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CBreakIterator.CBreakIterator()253
org.eclipse.cdt.ui.text.doctools.generic.GenericTagDoubleClickStrategy.getWordRegion(IDocument, int)216

com.ibm.icu.text.BreakIterator.getWordInstance(Locale)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.spelling.SpellCheckIterator.SpellCheckIterator(IDocument, IRegion, Locale)70

com.ibm.icu.text.BreakIterator.isBoundary(int)

OVERRIDE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CBreakIterator.isBoundary(int)-1
VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.ui.text.doctools.generic.GenericTagDoubleClickStrategy.getWordRegion(IDocument, int)227

com.ibm.icu.text.BreakIterator.last()

OVERRIDE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CBreakIterator.last()-1
org.eclipse.cdt.internal.ui.text.CWordIterator.last()-1
VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CBreakIterator.last()367

com.ibm.icu.text.BreakIterator.next()

OVERRIDE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CBreakIterator.next()-1
org.eclipse.cdt.internal.ui.text.CWordIterator.next()-1
VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.spelling.SpellCheckIterator.nextBreak()255
org.eclipse.cdt.internal.ui.text.spelling.SpellCheckIterator.SpellCheckIterator(IDocument, IRegion, Locale, BreakIterator)103
org.eclipse.cdt.internal.ui.text.spelling.SpellCheckIterator.SpellCheckIterator(IDocument, IRegion, Locale, BreakIterator)95

com.ibm.icu.text.BreakIterator.next(int)

OVERRIDE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CBreakIterator.next(int)-1
org.eclipse.cdt.internal.ui.text.CWordIterator.next(int)-1
VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CBreakIterator.next(int)385

com.ibm.icu.text.BreakIterator.preceding(int)

OVERRIDE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CBreakIterator.preceding(int)-1
org.eclipse.cdt.internal.ui.text.CWordIterator.preceding(int)-1
VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CBreakIterator.preceding(int)401
org.eclipse.cdt.ui.text.doctools.generic.GenericTagDoubleClickStrategy.getWordRegion(IDocument, int)219

com.ibm.icu.text.BreakIterator.previous()

OVERRIDE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CBreakIterator.previous()-1
org.eclipse.cdt.internal.ui.text.CWordIterator.previous()-1

com.ibm.icu.text.BreakIterator.setText(CharacterIterator)

OVERRIDE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CBreakIterator.setText(CharacterIterator)-1
org.eclipse.cdt.internal.ui.text.CWordIterator.setText(CharacterIterator)-1
VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CBreakIterator.setText(CharacterIterator)447
org.eclipse.cdt.internal.ui.text.CBreakIterator.setText(CharSequence)436
org.eclipse.cdt.ui.text.doctools.generic.GenericTagDoubleClickStrategy.getWordRegion(IDocument, int)217

com.ibm.icu.text.BreakIterator.setText(String)

OVERRIDE
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.CBreakIterator.setText(String)-1
org.eclipse.cdt.internal.ui.text.CWordIterator.setText(String)-1
VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.text.spelling.SpellCheckIterator.SpellCheckIterator(IDocument, IRegion, Locale, BreakIterator)98
org.eclipse.cdt.internal.ui.text.spelling.SpellCheckIterator.SpellCheckIterator(IDocument, IRegion, Locale, BreakIterator)93

com.ibm.icu.text.Collator.compare(String, String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.filters.FilterDescriptor.compareTo(FilterDescriptor)234
org.eclipse.cdt.internal.ui.text.c.hover.CEditorTextHoverDescriptor.compareTo(CEditorTextHoverDescriptor)188
org.eclipse.cdt.internal.ui.workingsets.AbstractWorkingSetConfigsContribution.1.compare(IWorkingSetConfiguration, IWorkingSetConfiguration)43

com.ibm.icu.text.Collator.getInstance()

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.cdt.internal.ui.filters.FilterDescriptor.compareTo(FilterDescriptor)234
org.eclipse.cdt.internal.ui.text.c.hover.CEditorTextHoverDescriptor.compareTo(CEditorTextHoverDescriptor)188
org.eclipse.cdt.internal.ui.workingsets.AbstractWorkingSetConfigsContribution.1.(AbstractWorkingSetConfigsContribution)40
org.eclipse.cdt.ui.dialogs.IndexerBlock.initializeBuildConfigs()310
org.eclipse.cdt.ui.dialogs.IndexerBlock.initializeIndexerCombo()293

com.ibm.icu.text.DateFormat.format(Date)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.corext.template.c.FileTemplateContextType.DateVariableResolver.resolve(TemplateContext)105
org.eclipse.cdt.internal.corext.template.c.FileTemplateContextType.DateVariableResolver.resolve(TemplateContext)105

com.ibm.icu.text.DateFormat.getDateInstance()

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.cdt.internal.corext.template.c.FileTemplateContextType.DateVariableResolver.resolve(TemplateContext)101
org.eclipse.cdt.internal.corext.template.c.FileTemplateContextType.DateVariableResolver.resolve(TemplateContext)101

com.ibm.icu.text.MessageFormat.format(String, Object[])

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.cdt.internal.corext.util.Messages.format(String, Object)23
org.eclipse.cdt.internal.corext.util.Messages.format(String, Object[])27
org.eclipse.cdt.internal.ui.actions.ActionMessages.getFormattedString(String, Object[])89
org.eclipse.cdt.internal.ui.actions.FoldingMessages.getFormattedString(String, Object[])78
org.eclipse.cdt.internal.ui.editor.ConstructedCEditorMessages.getFormattedString(String, Object)62
org.eclipse.cdt.internal.ui.editor.ConstructedCEditorMessages.getFormattedString(String, Object[])55
org.eclipse.cdt.internal.ui.preferences.ScalabilityPreferencePage.createDetectionSettings(Composite)196
org.eclipse.cdt.internal.ui.refactoring.rename.ASTManager.analyzeMacroMatches(IASTTranslationUnit, CRefactoringMatchStore, Set, RefactoringStatus)1046
org.eclipse.cdt.internal.ui.refactoring.rename.ASTManager.analyzeTextMatches(IIndex, ArrayList, IProgressMonitor, RefactoringStatus)953
org.eclipse.cdt.internal.ui.refactoring.rename.ASTManager.handleConflictingBindings(IASTTranslationUnit, RefactoringStatus)1465
org.eclipse.cdt.internal.ui.refactoring.rename.ASTManager.handleConflictingBindings(IASTTranslationUnit, RefactoringStatus)1467
org.eclipse.cdt.internal.ui.refactoring.rename.ASTManager.handleConflictingBindings(IASTTranslationUnit, RefactoringStatus)1463
org.eclipse.cdt.internal.ui.refactoring.rename.ASTManager.handleProblemBinding(IASTTranslationUnit, IProblemBinding, RefactoringStatus)1268
org.eclipse.cdt.internal.ui.refactoring.rename.ASTManager.handleProblemBinding(IASTTranslationUnit, IProblemBinding, RefactoringStatus)1263
org.eclipse.cdt.internal.ui.refactoring.rename.ASTManager.handleProblemBinding(IASTTranslationUnit, IProblemBinding, RefactoringStatus)1256
org.eclipse.cdt.internal.ui.refactoring.rename.CRenameProcessor.getProcessorName()87
org.eclipse.cdt.internal.ui.refactoring.rename.CRenameProcessorDelegate.checkFinalConditions(IProgressMonitor, CheckConditionsContext)216
org.eclipse.cdt.internal.ui.refactoring.rename.CRenameProcessorDelegate.checkFinalConditions(IProgressMonitor, CheckConditionsContext)204
org.eclipse.cdt.internal.ui.refactoring.rename.CRenameProcessorDelegate.getProcessorName()101
org.eclipse.cdt.internal.ui.refactoring.utils.IdentifierHelper.checkIdentifierName(String)46
org.eclipse.cdt.internal.ui.refactoring.utils.IdentifierHelper.checkIdentifierName(String)52
org.eclipse.cdt.internal.ui.refactoring.utils.IdentifierHelper.checkIdentifierName(String)48
org.eclipse.cdt.internal.ui.refactoring.utils.IdentifierHelper.checkIdentifierName(String)44
org.eclipse.cdt.internal.ui.refactoring.utils.IdentifierHelper.checkIdentifierName(String)55
org.eclipse.cdt.internal.ui.search.actions.SelectionParseAction.reportIncludeLookupFailure(String)140
org.eclipse.cdt.internal.ui.search.actions.SelectionParseAction.reportSourceFileOpenFailure(IPath)124
org.eclipse.cdt.internal.ui.search.actions.SelectionParseAction.reportSymbolLookupFailure(String)134
org.eclipse.cdt.internal.ui.search.PDOMSearchListContentProvider.createClosedProjectWarningElement(ICProject)96
org.eclipse.cdt.internal.ui.search.PDOMSearchListContentProvider.createUnindexedProjectWarningElement(ICProject)89
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl.createCompletionProposalsControl(Composite, ICompletionProposal[])340
org.eclipse.cdt.internal.ui.text.c.hover.AbstractAnnotationHover.AnnotationInformationControl.createCompletionProposalsControl(Composite, ICompletionProposal[])340
org.eclipse.cdt.internal.ui.text.correction.proposals.ChangeCorrectionProposal.getDisplayString()188
org.eclipse.cdt.internal.ui.text.correction.proposals.ChangeCorrectionProposal.getStyledDisplayString()201
org.eclipse.cdt.internal.ui.text.doctools.DocCommentOwnerManager.getCommentOwnerExtensions()238
org.eclipse.cdt.internal.ui.typehierarchy.THInformationControl.setInput(Object)96
org.eclipse.cdt.internal.ui.typehierarchy.THViewPart.onContextMenuAboutToShow(IMenuManager, boolean)395
org.eclipse.cdt.internal.ui.typehierarchy.THViewPart.updateDescription()885
org.eclipse.cdt.internal.ui.util.EditorUtility.closedProject(IProject)244
org.eclipse.cdt.internal.ui.util.Messages.format(String, Object[])25
org.eclipse.cdt.ui.CUIPlugin.getFormattedString(String, String)274
org.eclipse.cdt.ui.CUIPlugin.getFormattedString(String, String[])279
org.eclipse.cdt.ui.newui.UIMessages.getFormattedString(String, String)37
org.eclipse.cdt.ui.newui.UIMessages.getFormattedString(String, String[])41
org.eclipse.cdt.ui.templateengine.uitree.UIElementTreeBuilderHelper.getUIWidget(Element, UIAttributes)122
org.eclipse.cdt.ui.templateengine.uitree.UIElementTreeBuilderHelper.getUIWidget(Element, UIAttributes)126
org.eclipse.cdt.ui.templateengine.uitree.UIElementTreeBuilderHelper.getUIWidget(Element, UIAttributes)150
org.eclipse.cdt.ui.templateengine.uitree.uiwidgets.UISelectWidget.createPatternEvent()134
org.eclipse.cdt.ui.templateengine.uitree.uiwidgets.UIStringListWidget.createPatternEvent()143

com.ibm.icu.text.SimpleDateFormat.SimpleDateFormat(String)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.corext.template.c.FileTemplateContextType.DateVariableResolver.resolve(TemplateContext)103
org.eclipse.cdt.internal.corext.template.c.FileTemplateContextType.DateVariableResolver.resolve(TemplateContext)103

com.ibm.icu.text.UCharacterIterator.getInstance(String)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.cdt.internal.ui.workingsets.WorkingSetProxy.Snapshot.getSearchKey(String)265
org.eclipse.cdt.internal.ui.workingsets.WorkingSetProxy.Snapshot.getSearchKey(String)265

com.ibm.icu.text.UCharacterIterator.nextCodePoint()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.ui.workingsets.WorkingSetProxy.Snapshot.getSearchKey(String)266
org.eclipse.cdt.internal.ui.workingsets.WorkingSetProxy.Snapshot.getSearchKey(String)266
org.eclipse.cdt.internal.ui.workingsets.WorkingSetProxy.Snapshot.getSearchKey(String)266
org.eclipse.cdt.internal.ui.workingsets.WorkingSetProxy.Snapshot.getSearchKey(String)266

Back to reference summary for org.eclipse.cdt.ui

Valid HTML 4.01 TransitionalValid XHTML 1.0 Strict