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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/util/
H A DHexBin.java34 static private final int LOOKUPLENGTH = 16; field in class:HexBin
36 static final private char [] lookUpHexAlphabet = new char[LOOKUPLENGTH];
H A DBase64.java43 static private final int LOOKUPLENGTH = 64; field in class:Base64
53 static final private char [] lookUpBase64Alphabet = new char[LOOKUPLENGTH];
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DBase64.java46 static private final int LOOKUPLENGTH = 63; field in class:Base64
56 static private byte [] lookUpBase64Alphabet = new byte[LOOKUPLENGTH];
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DBase64.java310 static private final int LOOKUPLENGTH = 64; field in class:Base64
318 static final private char [] lookUpBase64Alphabet = new char[LOOKUPLENGTH];

Completed in 40 milliseconds