AbbreviatorTest.java | 53 Abbreviator abb = new Abbreviator(2, 100, FS); local 54 String r = abb.abbreviate(INPUT_0); 59 Abbreviator abb = new Abbreviator(3, 8, FS); local 60 String r = abb.abbreviate(INPUT_0); 64 Abbreviator abb = new Abbreviator(3, 8, FS); local 65 String r = abb.abbreviate(INPUT_0); 71 Abbreviator abb = new Abbreviator(2, 20, FS); local 73 String r = abb.abbreviate(in); 78 Abbreviator abb = new Abbreviator(2, 100, FS); local 79 String r = abb.abbreviate("hello") 86 Abbreviator abb = new Abbreviator(0, 100, FS); local 118 Abbreviator abb = new Abbreviator(fixedLen, targetLen, FS); local [all...] |