catch (MissingResourceException e) {
try {
ICUResourceBundle rules = bundle.getWithFallback("RBNFRules/"+rulenames[format-1]);
UResourceBundleIterator it = rules.getIterator();
while (it.hasNext()) {
description = description.concat(it.nextString());
}
}
catch (MissingResourceException e1) {
}
}