Searched defs:fillup (Results 1 - 2 of 2) sorted by relevance
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/ |
H A D | SWITCH.java | 100 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 D | Utility.java | 168 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 488 milliseconds