Searched refs:rbc2 (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 2363 RuleBasedCollator rbc2(bin, binLength, rbRoot, errorCode); in TestCloneBinary() local 2367 … assertEquals("rbc2.strength==primary", UCOL_PRIMARY, rbc2.getAttribute(UCOL_STRENGTH, errorCode)); in TestCloneBinary() 2368 assertEquals("rbc2: u-umlaut==ue", UCOL_EQUAL, rbc2.compare(uUmlaut, ue, errorCode)); in TestCloneBinary() 2369 assertTrue("rbc==rbc2", *rbc == rbc2); in TestCloneBinary() 2371 int32_t bin2Length = rbc2.cloneBinary(bin2, UPRV_LENGTHOF(bin2), errorCode); in TestCloneBinary()
|