Searched defs:CAD (Results 1 – 7 of 7) sorted by relevance
86 CurrencyUnit CAD; variable
1974 static const UChar CAD[] = {0x43, 0x41, 0x44, 0}; /*CAD*/ in TestCurrencyNames() local
199 Currency CAD = Currency.getInstance("CAD"); in TestNames() local
196 Currency CAD = Currency.getInstance("CAD"); in TestNames() local
68 private static final Currency CAD = Currency.getInstance("CAD"); field in NumberFormatterApiTest
65 private static final Currency CAD = Currency.getInstance("CAD"); field in NumberFormatterApiTest
1110 void ASTDeclReader::VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *CAD) { in VisitObjCCompatibleAliasDecl()