Home
last modified time | relevance | path

Searched refs:getBundles (Results 1 – 17 of 17) sorted by relevance

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBUntranslatedPanel.java188 for (int i=0; i < rbm.getBundles().size(); i++) { in initComponents()
189 Bundle bundle = (Bundle)rbm.getBundles().elementAt(i); in initComponents()
208 for (int i=0; i < rbm.getBundles().size(); i++) { in initComponents()
209 Bundle bundle = (Bundle)rbm.getBundles().elementAt(i); in initComponents()
DRBProjectItemPanel.java44 Vector bundles = bundle.getBundles(); in actionPerformed()
72 Vector bundles = bundle.getBundles(); in actionPerformed()
139 Vector bundles = manager.getBundles(); in updateComponents()
DRBManagerGUI.java481 if (rbm == null || rbm.getBundles() == null) return; in actionPerformed()
485 if (rbm == null || rbm.getBundles() == null) return; in actionPerformed()
489 if (rbm == null || rbm.getBundles() == null) in actionPerformed()
494 if (rbm == null || rbm.getBundles() == null) in actionPerformed()
501 if (rbm != null && rbm.getBundles() != null) in actionPerformed()
511 if (rbm != null && rbm.getBundles() != null) exp.export(rbm); in actionPerformed()
520 if (rbm != null && rbm.getBundles() != null) exp.export(rbm); in actionPerformed()
529 if (rbm != null && rbm.getBundles() != null) exp.export(rbm); in actionPerformed()
538 if (rbm != null && rbm.getBundles() != null) in actionPerformed()
762 Bundle mainBundle = (Bundle)rbm.getBundles().firstElement(); in updateProjectTree()
[all …]
DBundleItemCreationDialog.java166 if (rbm == null || rbm.getBundles() == null) { in initComponents()
174 Bundle mainBundle = (Bundle)rbm.getBundles().firstElement(); in initComponents()
DRBSearchPanel.java87 performSearch(search_term, (Bundle)rbm.getBundles().elementAt(0), caseCheck.isSelected()); in performSearch()
DBundleItemDialog.java98 Object o = ((Bundle)rbm.getBundles().firstElement()).allItems.get(item.getKey()); in initComponents()
DRBGroupPanel.java185 Bundle mainBundle = (Bundle)rbm.getBundles().firstElement(); in initComponents()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBPropertiesExporter.java56 Vector bundle_v = rbm.getBundles(); in export()
DRBReporter.java142 scanner = new RBReporterScanner((Bundle)rbm.getBundles().elementAt(0), in generateReports()
407 Vector bundles = rbm.getBundles(); in getAllLanguageReports()
457 Vector bundles = rbm.getBundles(); in getHTMLReportz()
486 Vector bundles = rbm.getBundles(); in getHTMLReport()
575 Vector bundles = rbm.getBundles(); in getXMLReportz()
591 Vector bundles = rbm.getBundles(); in getXMLReport()
DRBPropertiesImporter.java70 Vector bundles = import_rbm.getBundles(); in beginImport()
DRBICUExporter.java67 Vector bundle_v = rbm.getBundles(); in export()
DRBJavaExporter.java68 Vector bundle_v = rbm.getBundles(); in export()
DRBTMXExporter.java149 Vector bundle_v = rbm.getBundles();
DRBxliffExporter.java181 Vector bundle_v = rbm.getBundles(); in export()
DRBImporter.java389 Bundle baseBundle = ((Bundle)rbm.getBundles().elementAt(0)); in initComponents()
DRBManager.java850 public Vector getBundles() { in getBundles() method in RBManager
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp378 unsigned getBundles(SmallVectorImpl<unsigned> &B, unsigned C) { in getBundles() function
1986 if (unsigned B = Cand.getBundles(BundleCand, BestCand)) { in doRegionSplit()
1999 if (unsigned B = Cand.getBundles(BundleCand, 0)) { in doRegionSplit()