Home | History | Annotate | Download | only in util

Lines Matching defs:formatStart

74   private HashMap<Character,Format> formatStart;
106 this.formatStart = new HashMap<Character,Format>();
511 Format start = formatStart.get(key);
515 formatStart.remove(key);
520 formatStart.put(key, start);