Searched defs:USD (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/test/intltest/
H A Dloctest.cpp1231 UnicodeString dollarStr("USD", ""), euroStr("EUR", ""), genericStr((UChar)0x00a4), resultStr;
1238 errcheckln(status, "Fail: en_US didn't return USD - %s", u_errorName(status));
2508 UChar USD[4]; local
2509 ucurr_forLocaleAndDate("en_US", date, 1, USD, 4, &status);
2515 if (u_strcmp(USD, TMP) != 0) {
2516 errcheckln(status, "Fail: en_US didn't return USD - %s", u_errorName(status));
2519 if (u_strcmp(USD, TMP) != 0) {
2523 if (u_strcmp(USD, TMP) != 0) {
H A Dnumfmtst.cpp44 static const UChar ISO_CURRENCY_USD[] = {0x55, 0x53, 0x44, 0}; // "USD"
655 if (s != "USD 1,234.56") dataerrln((UnicodeString)"FAIL: Expected USD 1,234.56");
659 if (s != "USD -1,234.56") dataerrln((UnicodeString)"FAIL: Expected USD -1,234.56");
1726 UChar USD[4]; local
1727 ucurr_forLocale("en_US", USD, 4, &status);
1761 if (u_strcmp(USD, TMP) != 0) {
1762 errln("FAIL: didn't return USD for en_US after unregister of en_US");
1772 if (u_strcmp(USD, TM
1793 static const UChar USD[] = {0x55, 0x53, 0x44, 0}; /*USD*/ local
1880 static const UChar USD[] = {85, 83, 68, 0}; /*USD*/ local
1901 static const UChar USD[] = {85, 83, 68, 0}; /*USD*/ local
[all...]

Completed in 415 milliseconds