Searched refs:getProviderInstance (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DDateFormatSymbols.java325 DateFormatSymbols dfs = getProviderInstance(locale);
339 DateFormatSymbols dfs = getProviderInstance(locale);
346 private static DateFormatSymbols getProviderInstance(Locale locale) { method in class:DateFormatSymbols
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DXMLCipher.java395 public static XMLCipher getProviderInstance(String transformation, String provider) method in class:XMLCipher
462 public static XMLCipher getProviderInstance( method in class:XMLCipher
468 XMLCipher instance = XMLCipher.getProviderInstance(transformation, provider);
530 public static XMLCipher getProviderInstance(String provider) method in class:XMLCipher

Completed in 265 milliseconds