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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DEncodingInfo.java37 private Object [] fArgsForMethod = null; field in class:EncodingInfo
118 if (fArgsForMethod == null) {
119 fArgsForMethod = new Object [1];
123 fArgsForMethod[0] = javaName;
124 Object charset = CharsetMethods.fgCharsetForNameMethod.invoke(null, fArgsForMethod);
141 fArgsForMethod[0] = new Character(ch);
142 return ((Boolean) CharsetMethods.fgCharsetEncoderCanEncodeMethod.invoke(fCharsetEncoder, fArgsForMethod)).booleanValue();
159 if (fArgsForMethod == null) {
160 fArgsForMethod = new Object [1];
164 fArgsForMethod[
[all...]

Completed in 22 milliseconds