Searched refs:fgConvertersAvailable (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) {
250 private static boolean fgConvertersAvailable = false; field in class:EncodingInfo.CharToByteConverterMethods
260 fgConvertersAvailable = true;
267 fgConvertersAvailable = false;

Completed in 40 milliseconds