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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DEncodingInfo.java175 return ((Boolean) CharToByteConverterMethods.fgCanConvertMethod.invoke(fCharToByteConverter, fArgsForMethod)).booleanValue();
247 private static java.lang.reflect.Method fgCanConvertMethod = null; field in class:EncodingInfo.CharToByteConverterMethods
259 fgCanConvertMethod = clazz.getMethod("canConvert", new Class [] {Character.TYPE});
266 fgCanConvertMethod = null;

Completed in 29 milliseconds