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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/algorithm/
H A DBuiltInEncodingAlgorithm.java39 public abstract int getPrimtiveLengthFromOctetLength(int octetLength) throws EncodingAlgorithmException; method in class:BuiltInEncodingAlgorithm
H A DShortEncodingAlgorithm.java49 public final int getPrimtiveLengthFromOctetLength(int octetLength) throws EncodingAlgorithmException { method in class:ShortEncodingAlgorithm
63 short[] data = new short[getPrimtiveLengthFromOctetLength(length)];
H A DHexadecimalEncodingAlgorithm.java128 public final int getPrimtiveLengthFromOctetLength(int octetLength) throws EncodingAlgorithmException { method in class:HexadecimalEncodingAlgorithm
H A DBooleanEncodingAlgorithm.java64 public int getPrimtiveLengthFromOctetLength(int octetLength) throws EncodingAlgorithmException { method in class:BooleanEncodingAlgorithm
79 final int blength = getPrimtiveLengthFromOctetLength(length, b[start]);
194 public int getPrimtiveLengthFromOctetLength(int octetLength, int firstOctet) throws EncodingAlgorithmException { method in class:BooleanEncodingAlgorithm
H A DUUIDEncodingAlgorithm.java38 public final int getPrimtiveLengthFromOctetLength(int octetLength) throws EncodingAlgorithmException { method in class:UUIDEncodingAlgorithm
H A DDoubleEncodingAlgorithm.java44 public final int getPrimtiveLengthFromOctetLength(int octetLength) throws EncodingAlgorithmException { method in class:DoubleEncodingAlgorithm
58 double[] data = new double[getPrimtiveLengthFromOctetLength(length)];
H A DFloatEncodingAlgorithm.java44 public final int getPrimtiveLengthFromOctetLength(int octetLength) throws EncodingAlgorithmException { method in class:FloatEncodingAlgorithm
58 float[] data = new float[getPrimtiveLengthFromOctetLength(length)];
H A DIntEncodingAlgorithm.java44 public final int getPrimtiveLengthFromOctetLength(int octetLength) throws EncodingAlgorithmException { method in class:IntEncodingAlgorithm
58 int[] data = new int[getPrimtiveLengthFromOctetLength(length)];
H A DLongEncodingAlgorithm.java43 public int getPrimtiveLengthFromOctetLength(int octetLength) throws EncodingAlgorithmException { method in class:LongEncodingAlgorithm
57 long[] data = new long[getPrimtiveLengthFromOctetLength(length)];
H A DBASE64EncodingAlgorithm.java188 public final int getPrimtiveLengthFromOctetLength(int octetLength) throws EncodingAlgorithmException { method in class:BASE64EncodingAlgorithm
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/sax/
H A DSAXDocumentParser.java1619 getPrimtiveLengthFromOctetLength(_octetBufferLength);
1634 getPrimtiveLengthFromOctetLength(_octetBufferLength);
1649 getPrimtiveLengthFromOctetLength(_octetBufferLength);
1664 getPrimtiveLengthFromOctetLength(_octetBufferLength, _octetBuffer[_octetBufferStart] & 0xFF);
1680 getPrimtiveLengthFromOctetLength(_octetBufferLength);
1695 getPrimtiveLengthFromOctetLength(_octetBufferLength);
1710 getPrimtiveLengthFromOctetLength(_octetBufferLength);

Completed in 41 milliseconds