Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/
DBundle.java223 public void addBundleGroup(String groupName, String groupComment) { in addBundleGroup() method in Bundle
226 addBundleGroup(bg); in addBundleGroup()
385 public void addBundleGroup(BundleGroup bg) { in addBundleGroup() method in Bundle
399 addBundleGroup(item.getParentGroup()); in addBundleItem()
DRBManager.java84 …mainBundle.addBundleGroup("Ungrouped Items", "These are resource items that have not been assigned… in RBManager()
174 dict.addBundleGroup(group); in RBManager()
211 dict.addBundleGroup(group); in RBManager()
284 dict.addBundleGroup(group); in RBManager()
313 dict.addBundleGroup(group); in RBManager()
539 bundle.addBundleGroup(group); in createItem()
574 bundle.addBundleGroup(bg); in createGroup()
667 …bundle.addBundleGroup("Ungrouped Items", "These are resource items that have not been assigned a g… in createResource()
675 bundle.addBundleGroup(bg); in createResource()
DRBImporter.java150 bundle.addBundleGroup(group_name, ""); in importResource()