- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testWhitespaceBreakingWhitespaceSubset (0.12 seconds)
-
android/guava-tests/test/com/google/common/base/CharMatcherTest.java
} // The rest of the behavior of ANY and DEFAULT will be covered in the tests for // the text processing methods below. public void testWhitespaceBreakingWhitespaceSubset() throws Exception { for (int c = 0; c <= Character.MAX_VALUE; c++) { if (breakingWhitespace().matches((char) c)) { assertTrue(Integer.toHexString(c), whitespace().matches((char) c)); }Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 32.4K bytes - Click Count (0)