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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DEncodingInfo.java155 if (fHaveTriedCToB || !CharToByteConverterMethods.fgConvertersAvailable) {
165 fCharToByteConverter = CharToByteConverterMethods.fgGetConverterMethod.invoke(null, fArgsForMethod);
175 return ((Boolean) CharToByteConverterMethods.fgCanConvertMethod.invoke(fCharToByteConverter, fArgsForMethod)).booleanValue();
241 static class CharToByteConverterMethods { class in class:EncodingInfo
252 private CharToByteConverterMethods() {} method in class:EncodingInfo.CharToByteConverterMethods

Completed in 40 milliseconds