Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dapicoll.cpp2406 RuleBasedCollator rbc3(bin, -1, rbRoot, errorCode); in TestCloneBinary() local
2410 …assertEquals("rbc3.strength==primary", (int32_t)UCOL_PRIMARY, rbc3.getAttribute(UCOL_STRENGTH, err… in TestCloneBinary()
2411 assertEquals("rbc3: u-umlaut==ue", (int32_t)UCOL_EQUAL, rbc3.compare(uUmlaut, ue, errorCode)); in TestCloneBinary()
2412 assertTrue("rbc==rbc3", *rbc == rbc3); in TestCloneBinary()