Searched refs:doTestTrimAndCollapse (Results 1 – 2 of 2) sorted by relevance
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/ |
D | CharMatcherTest.java | 536 doTestTrimAndCollapse("", ""); in testTrimAndCollapse() 537 doTestTrimAndCollapse("x", "x"); in testTrimAndCollapse() 538 doTestTrimAndCollapse("-", ""); in testTrimAndCollapse() 539 doTestTrimAndCollapse("x-", "x"); in testTrimAndCollapse() 540 doTestTrimAndCollapse("-x", "x"); in testTrimAndCollapse() 541 doTestTrimAndCollapse("--", ""); in testTrimAndCollapse() 542 doTestTrimAndCollapse("x--", "x"); in testTrimAndCollapse() 543 doTestTrimAndCollapse("--x", "x"); in testTrimAndCollapse() 544 doTestTrimAndCollapse("-x-", "x"); in testTrimAndCollapse() 545 doTestTrimAndCollapse("x-x", "x_x"); in testTrimAndCollapse() [all …]
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | CharMatcherTest.java | 605 doTestTrimAndCollapse("", ""); in testTrimAndCollapse() 606 doTestTrimAndCollapse("x", "x"); in testTrimAndCollapse() 607 doTestTrimAndCollapse("-", ""); in testTrimAndCollapse() 608 doTestTrimAndCollapse("x-", "x"); in testTrimAndCollapse() 609 doTestTrimAndCollapse("-x", "x"); in testTrimAndCollapse() 610 doTestTrimAndCollapse("--", ""); in testTrimAndCollapse() 611 doTestTrimAndCollapse("x--", "x"); in testTrimAndCollapse() 612 doTestTrimAndCollapse("--x", "x"); in testTrimAndCollapse() 613 doTestTrimAndCollapse("-x-", "x"); in testTrimAndCollapse() 614 doTestTrimAndCollapse("x-x", "x_x"); in testTrimAndCollapse() [all …]
|