Home | History | Annotate | Download | only in intltest

Lines Matching refs:dollar

1518   // This test fails with en_US_POSIX which tailors the dollar sign after 'A'.
1538 vt[0] = 0x24; // dollar sign (currency symbol)
1541 errln("setVariableTop(dollar sign) failed: %s", u_errorName(status));
1545 errln("setVariableTop(dollar sign) != following getVariableTop()");
1548 UnicodeString dollar((UChar)0x24);
1553 assertEquals("setVariableTop(Euro sign) == setVariableTop(dollar sign) (should pin to top of currency group)",
1557 assertEquals("empty==dollar", UCOL_EQUAL, coll->compare(UnicodeString(), dollar));
1559 assertEquals("dollar<zero", UCOL_LESS, coll->compare(dollar, UnicodeString((UChar)0x30)));
1594 assertEquals("empty==dollar", UCOL_EQUAL, coll->compare(UnicodeString(), UnicodeString((UChar)0x24)));
1596 assertEquals("dollar<zero", UCOL_LESS, coll->compare(UnicodeString((UChar)0x24), UnicodeString((UChar)0x30)));