Home | History | Annotate | Download | only in intltest

Lines Matching defs:USD

45 static const UChar ISO_CURRENCY_USD[] = {0x55, 0x53, 0x44, 0}; // "USD"
663 if (s != "USD 1,234.56") dataerrln((UnicodeString)"FAIL: Expected USD 1,234.56");
667 if (s != "USD -1,234.56") dataerrln((UnicodeString)"FAIL: Expected USD -1,234.56");
1734 UChar USD[4];
1735 ucurr_forLocale("en_US", USD, 4, &status);
1769 if (u_strcmp(USD, TMP) != 0) {
1770 errln("FAIL: didn't return USD for en_US after unregister of en_US");
1780 if (u_strcmp(USD, TMP) != 0) {
1781 errln("FAIL: could not find USD for en_US_BLAH after unregister of en");
1799 // USD { "US$", "US Dollar" } // 04/04/1792-
1801 static const UChar USD[] = {0x55, 0x53, 0x44, 0}; /*USD*/
1810 assertEquals("USD.getName(SYMBOL_NAME)",
1812 UnicodeString(ucurr_getName(USD, "en",
1816 assertEquals("USD.getName(LONG_NAME)",
1818 UnicodeString(ucurr_getName(USD, "en",
1834 assertEquals("USD.getName(SYMBOL_NAME) in en_AU",
1836 UnicodeString(ucurr_getName(USD, "en_AU",
1888 static const UChar USD[] = {85, 83, 68, 0}; /*USD*/
1889 CurrencyUnit cu(USD, ec);
1893 assertEquals("getISOCurrency()", USD, r);
1909 static const UChar USD[] = {85, 83, 68, 0}; /*USD*/
1910 CurrencyAmount ca(9, USD, ec);
3095 // currency format using currency symbol name, such as "$" for USD,
3096 // currency format using currency ISO name, such as "USD",
3212 errln((UnicodeString)"wong currency, expect: USD" + ", got: " + curramt->getISOCurrency());
3278 {"en_US", "1", "USD", "$1.00", "USD1.00", "1.00 US dollar"},
3279 {"en_US", "1234.56", "USD", "$1,234.56", "USD1,234.56", "1,234.56 US dollars"},
3280 {"en_US", "-1234.56", "USD", "($1,234.56)", "(USD1,234.56)", "-1,234.56 US dollars"},
3281 {"zh_CN", "1", "USD", "US$1.00", "USD1.00", "1.00\\u7F8E\\u5143"},
3282 {"zh_CN", "1234.56", "USD", "US$1,234.56", "USD1,234.56", "1,234.56\\u7F8E\\u5143"},
3291 {"root", "-1.23", "USD", "-US$\\u00A01.23", "-USD\\u00A01.23", "-1.23 USD"},
3374 {"en_US", "1", "USD", "$1.00", "USD1.00", "1.00 US dollar"},
3375 {"pa_IN", "1", "USD", "US$\\u00a0\\u0a67.\\u0a66\\u0a66", "USD\\u00a0\\u0a67.\\u0a66\\u0a66", "\\u0a67.\\u0a66\\u0a66 USD"},
3376 {"es_AR", "1", "USD", "US$1,00", "USD1,00", "1,00 d\\u00f3lar estadounidense"},
3377 {"ar_EG", "1", "USD", "US$\\u00a0\\u0661\\u066b\\u0660\\u0660", "USD\\u00a0\\u0661\\u066b\\u0660\\u0660", "\\u0661\\u066b\\u0660\\u0660 \\u062f\\u0648\\u0644\\u0627\\u0631 \\u0623\\u0645\\u0631\\u064a\\u0643\\u064a"},
3378 {"fa_CA", "1", "USD", "\\u200eUS$\\u06f1\\u066b\\u06f0\\u06f0", "\\u200eUSD\\u06f1\\u066b\\u06f0\\u06f0", "\\u200e\\u062f\\u0644\\u0627\\u0631 \\u0627\\u0645\\u0631\\u06cc\\u06a9\\u0627\\u06f1\\u066b\\u06f0\\u06f0"},
3379 {"he_IL", "1", "USD", "1.00\\u00a0US$", "1.00\\u00a0USD", "1.00 \\u05d3\\u05d5\\u05dc\\u05e8 \\u05d0\\u05de\\u05e8\\u05d9\\u05e7\\u05d0\\u05d9"},
3380 {"hr_HR", "1", "USD", "1,00\\u00a0$", "1,00\\u00a0USD", "1,00 Ameri\\u010dki dolar"},
3381 {"id_ID", "1", "USD", "US$1,00", "USD1,00", "1,00 Dolar Amerika Serikat"},
3382 {"it_IT", "1", "USD", "US$\\u00a01,00", "USD\\u00a01,00", "1,00 Dollaro Statunitense"},
3383 {"ko_KR", "1", "USD", "US$1.00", "USD1.00", "1.00 \\ubbf8\\uad6d \\ub2ec\\ub7ec"},
3384 {"ja_JP", "1", "USD", "$1.00", "USD1.00", "1.00 \\u7c73\\u30c9\\u30eb"},