/external/icu/icu4c/source/test/intltest/ |
H A D | measfmttest.cpp | 1344 UChar USD[] = {'U', 'S', 'D', 0}; local 1346 CurrencyAmount USD_1(1.0, USD, status); 1347 CurrencyAmount USD_2(2.0, USD, status); 1348 CurrencyAmount USD_NEG_1(-1.0, USD, status);
|
H A D | numberformat2test.cpp | 1276 affix.append("USD", UNUM_CURRENCY_FIELD); 1281 verifyAffix("USD ", affix, expectedAttributes); 1406 static UChar USD[] = {0x55, 0x53, 0x44, 0x0}; local 1411 info.set("en", rules.getAlias(), USD, status); 1413 assertEquals("", "USD", info.getISO(), TRUE); 1429 info.setISO("USD"); 1491 static UChar USD[] = {0x55, 0x53, 0x44, 0x0}; local 1500 currencyAffixInfo.set("en", rules.getAlias(), USD, status); 1547 "--y'dz%US dollars\\u00a4 y US dollars or USD but $", 1562 "--y'dz%US dollar\\u00a4 y US dollar or USD bu [all...] |
H A D | loctest.cpp | 1224 UnicodeString dollarStr("USD", ""), euroStr("EUR", ""), genericStr((UChar)0x00a4), resultStr; 1231 errcheckln(status, "Fail: en_US didn't return USD - %s", u_errorName(status)); 2637 UChar USD[4]; local 2638 ucurr_forLocaleAndDate("en_US", date, 1, USD, 4, &status); 2644 if (u_strcmp(USD, TMP) != 0) { 2645 errcheckln(status, "Fail: en_US didn't return USD - %s", u_errorName(status)); 2648 if (u_strcmp(USD, TMP) != 0) { 2652 if (u_strcmp(USD, TMP) != 0) {
|
H A D | numfmtst.cpp | 472 static const UChar ISO_CURRENCY_USD[] = {0x55, 0x53, 0x44, 0}; // "USD" 1122 if (s != "USD 1,234.56") dataerrln((UnicodeString)"FAIL: Expected USD 1,234.56"); 1126 if (s != "USD -1,234.56") dataerrln((UnicodeString)"FAIL: Expected USD -1,234.56"); 2195 UChar USD[4]; local 2196 ucurr_forLocale("en_US", USD, 4, &status); 2230 if (u_strcmp(USD, TMP) != 0) { 2231 errln("FAIL: didn't return USD for en_US after unregister of en_US"); 2241 if (u_strcmp(USD, TM 2262 static const UChar USD[] = {0x55, 0x53, 0x44, 0}; /*USD*/ local 2349 static const UChar USD[] = {85, 83, 68, 0}; /*USD*/ local 2389 static const UChar USD[] = {85, 83, 68, 0}; /*USD*/ local 8568 const UChar USD[] = {0x55, 0x53, 0x44, 0x0}; local 8588 const UChar USD[] = {0x55, 0x53, 0x44, 0x0}; local 8699 static UChar USD[] = {0x55, 0x53, 0x44, 0x0}; local [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
H A D | messages_test.py | 1423 USD = 1 variable in class:MessageTest.testAllowNestedEnums.Trade.Currency
|
/external/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 3437 const UsingShadowDecl &USD = **UD.shadow_begin(); local 3439 getDeclarationOrDefinition(USD.getUnderlyingDecl())) 3441 getCurrentContextDescriptor(cast<Decl>(USD.getDeclContext())), Target, 3442 getLineNumber(USD.getLocation()));
|