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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DEncodingInfo.java49 Object fCharToByteConverter = null; field in class:EncodingInfo
154 if (fCharToByteConverter == null) {
165 fCharToByteConverter = CharToByteConverterMethods.fgGetConverterMethod.invoke(null, fArgsForMethod);
175 return ((Boolean) CharToByteConverterMethods.fgCanConvertMethod.invoke(fCharToByteConverter, fArgsForMethod)).booleanValue();
180 fCharToByteConverter = null;

Completed in 29 milliseconds