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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DEncodingInfo.java125 if (((Boolean) CharsetMethods.fgCharsetCanEncodeMethod.invoke(charset, (Object[]) null)).booleanValue()) {
202 private static java.lang.reflect.Method fgCharsetCanEncodeMethod = null; field in class:EncodingInfo.CharsetMethods
221 fgCharsetCanEncodeMethod = charsetClass.getMethod("canEncode", new Class [] {});
230 fgCharsetCanEncodeMethod = null;

Completed in 30 milliseconds