Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/
DBundle.java338 public BundleGroup getBundleGroup(int index) { in getBundleGroup() method in Bundle
352 public BundleGroup getBundleGroup(String groupName) { in getBundleGroup() method in Bundle
378 return getBundleGroup("Ungrouped Items"); in getUngroupedGroup()
DRBManager.java490 BundleGroup bg = bundle.getBundleGroup(groupName); in editItem()
515 BundleGroup bg = mainBundle.getBundleGroup(i); in createItem()
534 BundleGroup bg = bundle.getBundleGroup(j); in createItem()
672 BundleGroup mainGroup = mainBundle.getBundleGroup(i); in createResource()
741 String name = bundle.getBundleGroup(i).getName(); in getGroupListingVector()
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBGroupPanel.java449 setSelectedItem(bundle.getBundleGroup(0)); in GroupComboBoxModel()
457 return bundle.getBundleGroup(index); in getElementAt()