Home
last modified time | relevance | path

Searched refs:rbc2 (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dapicoll.cpp2394 RuleBasedCollator rbc2(bin, binLength, rbRoot, errorCode); in TestCloneBinary() local
2398 …assertEquals("rbc2.strength==primary", (int32_t)UCOL_PRIMARY, rbc2.getAttribute(UCOL_STRENGTH, err… in TestCloneBinary()
2399 assertEquals("rbc2: u-umlaut==ue", (int32_t)UCOL_EQUAL, rbc2.compare(uUmlaut, ue, errorCode)); in TestCloneBinary()
2400 assertTrue("rbc==rbc2", *rbc == rbc2); in TestCloneBinary()
2402 int32_t bin2Length = rbc2.cloneBinary(bin2, UPRV_LENGTHOF(bin2), errorCode); in TestCloneBinary()