Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBxliffExporter.java319 Enumeration parentGroupIter = parent_group_v.elements(); in exportFile() local
321 while (parentGroupIter.hasMoreElements()) { in exportFile()
322 BundleGroup groupToFind = (BundleGroup)parentGroupIter.nextElement(); in exportFile()