Home | History | Annotate | Download | only in intltest

Lines Matching refs:rbc

547     RuleBasedCollator *rbc = new RuleBasedCollator((UnicodeString)"< a < bb", status);
549 if (rbc == NULL || U_FAILURE(status))
552 delete rbc;
556 Collator::EComparisonResult result = rbc->compare("a","bb");
564 delete rbc;
996 My4146160Collator(RuleBasedCollator &rbc, UErrorCode &status);
1008 My4146160Collator::My4146160Collator(RuleBasedCollator &rbc, UErrorCode &status)
1009 : RuleBasedCollator(rbc.getRules(), status)