}
/**
- * Constructors a RuleBasedCollator from the argument locale. If no resource bundle is associated with the locale,
- * UCA is used instead.
+ * Constructs a RuleBasedCollator from the argument locale.
+ * If no resource bundle is associated with the locale, UCA is used instead.
*
* @param locale
*/
init(m_rules_);
return;
}
+ init();
try {
UResourceBundle reorderRes = elements.get("%%ReorderCodes");
if (reorderRes != null) {
} catch (MissingResourceException e) {
// ignore
}
- init();
return;
} else {
init(m_rules_);
version https://git-lfs.github.com/spec/v1
-oid sha256:960b8143979e8c6f000fa0e460a8aa9301188ebca4ebf1401bb6756e87ca7370
-size 9901367
+oid sha256:1271f8ebcfce1cb24f71d2090314d92fe7dcce5ea345f1c4862f0dd19cdfe28a
+size 9901544
List labels = alphabeticIndex.getBucketLabels();
logln(labels.toString());
Bucket<Integer> bucket = find(alphabeticIndex, probe);
- assertEquals(probe + " found in right bucket", expectedLabel, bucket.getLabel());
+ assertEquals("locale " + test[0] + " name=" + probe + " in bucket",
+ expectedLabel, bucket.getLabel());
}
}