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

/external/icu/icu4c/source/test/intltest/
H A Dmeasfmttest.cpp702 UChar USD[] = {'U', 'S', 'D', 0}; local
704 CurrencyAmount USD_1(1.0, USD, status);
705 CurrencyAmount USD_2(2.0, USD, status);
706 CurrencyAmount USD_NEG_1(-1.0, USD, status);
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));
2514 UChar USD[4]; local
2515 ucurr_forLocaleAndDate("en_US", date, 1, USD, 4, &status);
2521 if (u_strcmp(USD, TMP) != 0) {
2522 errcheckln(status, "Fail: en_US didn't return USD - %s", u_errorName(status));
2525 if (u_strcmp(USD, TMP) != 0) {
2529 if (u_strcmp(USD, TMP) != 0) {
H A Dnumfmtst.cpp45 static const UChar ISO_CURRENCY_USD[] = {0x55, 0x53, 0x44, 0}; // "USD"
674 if (s != "USD 1,234.56") dataerrln((UnicodeString)"FAIL: Expected USD 1,234.56");
678 if (s != "USD -1,234.56") dataerrln((UnicodeString)"FAIL: Expected USD -1,234.56");
1747 UChar USD[4]; local
1748 ucurr_forLocale("en_US", USD, 4, &status);
1782 if (u_strcmp(USD, TMP) != 0) {
1783 errln("FAIL: didn't return USD for en_US after unregister of en_US");
1793 if (u_strcmp(USD, TM
1814 static const UChar USD[] = {0x55, 0x53, 0x44, 0}; /*USD*/ local
1901 static const UChar USD[] = {85, 83, 68, 0}; /*USD*/ local
1941 static const UChar USD[] = {85, 83, 68, 0}; /*USD*/ local
[all...]
/external/chromium_org/third_party/icu/source/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));
2514 UChar USD[4]; local
2515 ucurr_forLocaleAndDate("en_US", date, 1, USD, 4, &status);
2521 if (u_strcmp(USD, TMP) != 0) {
2522 errcheckln(status, "Fail: en_US didn't return USD - %s", u_errorName(status));
2525 if (u_strcmp(USD, TMP) != 0) {
2529 if (u_strcmp(USD, TMP) != 0) {
H A Dnumfmtst.cpp47 static const UChar ISO_CURRENCY_USD[] = {0x55, 0x53, 0x44, 0}; // "USD"
670 if (s != "USD 1,234.56") dataerrln((UnicodeString)"FAIL: Expected USD 1,234.56");
674 if (s != "USD -1,234.56") dataerrln((UnicodeString)"FAIL: Expected USD -1,234.56");
1743 UChar USD[4]; local
1744 ucurr_forLocale("en_US", USD, 4, &status);
1778 if (u_strcmp(USD, TMP) != 0) {
1779 errln("FAIL: didn't return USD for en_US after unregister of en_US");
1789 if (u_strcmp(USD, TM
1810 static const UChar USD[] = {0x55, 0x53, 0x44, 0}; /*USD*/ local
1897 static const UChar USD[] = {85, 83, 68, 0}; /*USD*/ local
1918 static const UChar USD[] = {85, 83, 68, 0}; /*USD*/ local
[all...]
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3245 const UsingShadowDecl &USD = **UD.shadow_begin(); local
3247 getDeclarationOrDefinition(USD.getUnderlyingDecl()))
3249 getCurrentContextDescriptor(cast<Decl>(USD.getDeclContext())), Target,
3250 getLineNumber(USD.getLocation()));

Completed in 1231 milliseconds