Home | History | Annotate | Download | only in text

Lines Matching defs:segmentStandins

76      * rule.  segmentStandins.charAt(0) is the standin for "$1" and corresponds
79 private StringBuffer segmentStandins;
84 * segmentStandins.charAt(0) is the standin for "$1" and corresponds
1146 segmentStandins = new StringBuffer();
1228 if (segmentStandins.length() > segmentObjects.size()) {
1231 for (int i=0; i<segmentStandins.length(); ++i) {
1232 if (segmentStandins.charAt(i) == 0) {
1488 if (segmentStandins.length() < seg) {
1489 segmentStandins.setLength(seg);
1491 char c = segmentStandins.charAt(seg-1);
1501 segmentStandins.setCharAt(seg-1, c);