Home | History | Annotate | Download | only in intltest

Lines Matching defs:rules

199     // To save space, Android does not include the collation tailoring rules.
204 doAssert(rcol->getRules().length() != 0, "da_DK rules does not have length 0");
382 UnicodeString rules;
393 coll->getRules(UCOL_TAILORING_ONLY, rules);
394 if (rules.length() != 0x00) {
395 errln("English tailored rules failed - length is 0x%x expected 0x%x", rules.length(), 0x00);
398 coll->getRules(UCOL_FULL_RULES, rules);
399 if (rules.length() < 0) {
400 errln("English full rules failed");
884 errln("Creating default collation with rules failed.");
1586 const char *rules = "&a<x<y<z";
1605 u_unescape(rules, rlz, 256);
1660 /* collator instantiated from rules should have all three locales NULL */
1664 log("For collator instantiated from rules, requested locale %s is not bogus\n", locale.getName());
1668 log("For collator instantiated from rules, valid locale %s is not bogus\n", locale.getName());
1672 log("For collator instantiated from rules, actual locale %s is not bogus\n", locale.getName());
1828 const char *rules;
1844 buff = UnicodeString(setTest[i].rules, "").unescape();
1859 errcheckln(status, "Couldn't open collator with rules %s - %s", setTest[i].rules, u_errorName(status));
2299 // To save space, Android does not include the collation tailoring rules.
2316 // To save space, Android does not include the collation tailoring rules.