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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DSWITCH.java100 fillup(max_gap, target);
114 private final void fillup(int max_gap, InstructionHandle target) { method in class:SWITCH
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DUtility.java168 String indices = fillup(stream.getIndex() + ":", 6, true, ' ');
1088 return fillup(Integer.toString(i), length, left_justify, fill);
1100 public static final String fillup(String str, int length, boolean left_justify, char fill) { method in class:Utility

Completed in 24 milliseconds