Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBPropertiesExporter.java56 Vector bundle_v = rbm.getBundles(); in export() local
57 for (int i=0; i < bundle_v.size(); i++) { in export()
59 Bundle bundle = (Bundle)bundle_v.elementAt(i); in export()
DRBICUExporter.java67 Vector bundle_v = rbm.getBundles(); in export() local
68 for (int i=0; i < bundle_v.size(); i++) { in export()
69 Bundle bundle = (Bundle)bundle_v.elementAt(i); in export()
DRBTMXExporter.java149 Vector bundle_v = rbm.getBundles();
150 Bundle main_bundle = (Bundle)bundle_v.elementAt(0);
180 for (int j=1; j < bundle_v.size(); j++) {
181 Bundle bundle = (Bundle)bundle_v.elementAt(j);
DRBJavaExporter.java68 Vector bundle_v = rbm.getBundles(); in export() local
69 for (int i=0; i < bundle_v.size(); i++) { in export()
70 Bundle bundle = (Bundle)bundle_v.elementAt(i); in export()
DRBxliffExporter.java181 Vector bundle_v = rbm.getBundles(); in export() local
182 Enumeration bundleIter = bundle_v.elements(); in export()