Searched refs:cnp (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/util/Currency/
H A DBug6807534.java36 static final CurrencyNameProvider cnp = new CurrencyNameProviderImpl(); field in class:Bug6807534
41 cnp.getDisplayName(null, Locale.US);
47 cnp.getDisplayName("USD", null);
53 cnp.getDisplayName("INVALID", Locale.US);
57 cnp.getDisplayName("inv", Locale.US);
63 cnp.getDisplayName("USD", Locale.JAPAN);
/openjdk7/jdk/test/java/lang/reflect/Generics/
H A DexceptionCauseTest.java37 TypeNotPresentException cnp = new TypeNotPresentException("test", par);
40 throw cnp;
/openjdk7/jdk/test/java/util/PluggableLocale/
H A DCurrencyNameProviderTest.java44 com.bar.CurrencyNameProviderImpl cnp = new com.bar.CurrencyNameProviderImpl();
47 List<Locale> providerloc = Arrays.asList(cnp.getAvailableLocales());
75 providerscurrency = cnp.getSymbol(c.getCurrencyCode(), target);
76 providersname = cnp.getDisplayName(c.getCurrencyCode(), target);

Completed in 41 milliseconds