Searched refs:doTestEmpty (Results 1 – 2 of 2) sorted by relevance
94 doTestEmpty(CharMatcher.ANY); in testEmpty()95 doTestEmpty(CharMatcher.NONE); in testEmpty()96 doTestEmpty(is('a')); in testEmpty()97 doTestEmpty(isNot('a')); in testEmpty()98 doTestEmpty(anyOf("")); in testEmpty()99 doTestEmpty(anyOf("x")); in testEmpty()100 doTestEmpty(anyOf("xy")); in testEmpty()101 doTestEmpty(anyOf("CharMatcher")); in testEmpty()102 doTestEmpty(noneOf("CharMatcher")); in testEmpty()103 doTestEmpty(inRange('n', 'q')); in testEmpty()[all …]
142 doTestEmpty(CharMatcher.ANY); in testEmpty()143 doTestEmpty(CharMatcher.NONE); in testEmpty()144 doTestEmpty(is('a')); in testEmpty()145 doTestEmpty(isNot('a')); in testEmpty()146 doTestEmpty(anyOf("")); in testEmpty()147 doTestEmpty(anyOf("x")); in testEmpty()148 doTestEmpty(anyOf("xy")); in testEmpty()149 doTestEmpty(anyOf("CharMatcher")); in testEmpty()150 doTestEmpty(noneOf("CharMatcher")); in testEmpty()151 doTestEmpty(inRange('n', 'q')); in testEmpty()[all …]