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

/external/icu/icu4c/source/test/intltest/
H A Dmeasfmttest.cpp1710 UChar USD[4]; local
1711 u_uastrcpy(USD, "USD");
1713 CurrencyAmount USD_1(1.0, USD, status);
1714 assertEquals("Currency Code", USD, USD_1.getISOCurrency());
1715 CurrencyAmount USD_2(2.0, USD, status);
1716 CurrencyAmount USD_NEG_1(-1.0, USD, status);
H A Dnumberformat2test.cpp1278 affix.append("USD", UNUM_CURRENCY_FIELD);
1283 verifyAffix("USD ", affix, expectedAttributes);
1408 static UChar USD[] = {0x55, 0x53, 0x44, 0x0}; local
1413 info.set("en", rules.getAlias(), USD, status);
1415 assertEquals("", "USD", info.getISO(), TRUE);
1431 info.setISO("USD");
1493 static UChar USD[] = {0x55, 0x53, 0x44, 0x0}; local
1502 currencyAffixInfo.set("en", rules.getAlias(), USD, status);
1549 "--y'dz%US dollars\\u00a4 y US dollars or USD but $",
1564 "--y'dz%US dollar\\u00a4 y US dollar or USD bu
[all...]
H A Dloctest.cpp1227 UnicodeString dollarStr("USD", ""), euroStr("EUR", ""), genericStr((UChar)0x00a4), resultStr;
1234 errcheckln(status, "Fail: en_US didn't return USD - %s", u_errorName(status));
2640 UChar USD[4]; local
2641 ucurr_forLocaleAndDate("en_US", date, 1, USD, 4, &status);
2647 if (u_strcmp(USD, TMP) != 0) {
2648 errcheckln(status, "Fail: en_US didn't return USD - %s", u_errorName(status));
2651 if (u_strcmp(USD, TMP) != 0) {
2655 if (u_strcmp(USD, TMP) != 0) {
H A Dnumfmtst.cpp475 static const UChar ISO_CURRENCY_USD[] = {0x55, 0x53, 0x44, 0}; // "USD"
1125 if (s != "USD 1,234.56") dataerrln((UnicodeString)"FAIL: Expected USD 1,234.56");
1129 if (s != "USD -1,234.56") dataerrln((UnicodeString)"FAIL: Expected USD -1,234.56");
2196 UChar USD[4]; local
2197 ucurr_forLocale("en_US", USD, 4, &status);
2231 if (u_strcmp(USD, TMP) != 0) {
2232 errln("FAIL: didn't return USD for en_US after unregister of en_US");
2242 if (u_strcmp(USD, TM
2263 static const UChar USD[] = {0x55, 0x53, 0x44, 0}; /*USD*/ local
2350 static const UChar USD[] = {85, 83, 68, 0}; /*USD*/ local
2390 static const UChar USD[] = {85, 83, 68, 0}; /*USD*/ local
8571 const UChar USD[] = {0x55, 0x53, 0x44, 0x0}; local
8591 const UChar USD[] = {0x55, 0x53, 0x44, 0x0}; local
8702 static UChar USD[] = {0x55, 0x53, 0x44, 0x0}; local
[all...]
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3650 const UsingShadowDecl &USD = **UD.shadow_begin(); local
3652 getDeclarationOrDefinition(USD.getUnderlyingDecl()))
3654 getCurrentContextDescriptor(cast<Decl>(USD.getDeclContext())), Target,
3655 getLineNumber(USD.getLocation()));

Completed in 181 milliseconds