Searched defs:BUFSIZE (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/tools/objects/
H A DMapFormat.java74 private static final int BUFSIZE = 255; field in class:MapFormat
173 * @exception IllegalArgumentException if number of arguments exceeds BUFSIZE or
181 offsets = new int[BUFSIZE];
182 arguments = new String[BUFSIZE];
205 if (++offnum >= BUFSIZE) {
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/tools/objects/
H A DMapFormat.java74 private static final int BUFSIZE = 255; field in class:MapFormat
173 * @exception IllegalArgumentException if number of arguments exceeds BUFSIZE or
181 offsets = new int[BUFSIZE];
182 arguments = new String[BUFSIZE];
205 if (++offnum >= BUFSIZE) {

Completed in 77 milliseconds