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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dloctest.cpp1210 UnicodeString dollarStr("USD", ""), euroStr("EUR", ""), genericStr((UChar)0x00a4), resultStr;
1217 errcheckln(status, "Fail: en_US didn't return USD - %s", u_errorName(status));
2487 UChar USD[4]; local
2488 ucurr_forLocaleAndDate("en_US", date, 1, USD, 4, &status);
2494 if (u_strcmp(USD, TMP) != 0) {
2495 errcheckln(status, "Fail: en_US didn't return USD - %s", u_errorName(status));
2498 if (u_strcmp(USD, TMP) != 0) {
2502 if (u_strcmp(USD, TMP) != 0) {
H A Dnumfmtst.cpp42 static const UChar ISO_CURRENCY_USD[] = {0x55, 0x53, 0x44, 0}; // "USD"
651 if (s != "USD 1,234.56") dataerrln((UnicodeString)"FAIL: Expected USD 1,234.56");
655 if (s != "USD -1,234.56") dataerrln((UnicodeString)"FAIL: Expected USD -1,234.56");
1473 UChar USD[4]; local
1474 ucurr_forLocale("en_US", USD, 4, &status);
1508 if (u_strcmp(USD, TMP) != 0) {
1509 errln("FAIL: didn't return USD for en_US after unregister of en_US");
1519 if (u_strcmp(USD, TM
1540 static const UChar USD[] = {0x55, 0x53, 0x44, 0}; /*USD*/ local
1627 static const UChar USD[] = {85, 83, 68, 0}; /*USD*/ local
1648 static const UChar USD[] = {85, 83, 68, 0}; /*USD*/ local
[all...]
/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));
2512 UChar USD[4]; local
2513 ucurr_forLocaleAndDate("en_US", date, 1, USD, 4, &status);
2519 if (u_strcmp(USD, TMP) != 0) {
2520 errcheckln(status, "Fail: en_US didn't return USD - %s", u_errorName(status));
2523 if (u_strcmp(USD, TMP) != 0) {
2527 if (u_strcmp(USD, TMP) != 0) {
H A Dnumfmtst.cpp45 static const UChar ISO_CURRENCY_USD[] = {0x55, 0x53, 0x44, 0}; // "USD"
658 if (s != "USD 1,234.56") dataerrln((UnicodeString)"FAIL: Expected USD 1,234.56");
662 if (s != "USD -1,234.56") dataerrln((UnicodeString)"FAIL: Expected USD -1,234.56");
1729 UChar USD[4]; local
1730 ucurr_forLocale("en_US", USD, 4, &status);
1764 if (u_strcmp(USD, TMP) != 0) {
1765 errln("FAIL: didn't return USD for en_US after unregister of en_US");
1775 if (u_strcmp(USD, TM
1796 static const UChar USD[] = {0x55, 0x53, 0x44, 0}; /*USD*/ local
1883 static const UChar USD[] = {85, 83, 68, 0}; /*USD*/ local
1904 static const UChar USD[] = {85, 83, 68, 0}; /*USD*/ local
[all...]
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3150 const UsingShadowDecl &USD = **UD.shadow_begin(); local
3152 getDeclarationOrDefinition(USD.getUnderlyingDecl()))
3154 getCurrentContextDescriptor(cast<Decl>(USD.getDeclContext())), Target,
3155 getLineNumber(USD.getLocation()));

Completed in 104 milliseconds