Lines Matching refs:euro
1549 UnicodeString euro((UChar)0x20AC);
1550 uint32_t newVarTop2 = coll->setVariableTop(euro, status);
1551 assertEquals("setVariableTop(Euro sign) == following getVariableTop()",
1553 assertEquals("setVariableTop(Euro sign) == setVariableTop(dollar sign) (should pin to top of currency group)",
1558 assertEquals("empty==euro", UCOL_EQUAL, coll->compare(UnicodeString(), euro));
1595 assertEquals("empty==euro", UCOL_EQUAL, coll->compare(UnicodeString(), UnicodeString((UChar)0x20AC)));