Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for 01234abcdef (0.23 seconds)

  1. android/guava-tests/test/com/google/common/base/CharMatcherTest.java

        doTestAllMatches(CharMatcher.javaDigit(), "0123456789");
        doTestAllMatches(CharMatcher.digit().and(CharMatcher.ascii()), "0123456789");
        doTestAllMatches(CharMatcher.singleWidth(), "\t0123ABCdef~\u00A0\u2111");
      }
    
      private void doTestAllMatches(CharMatcher matcher, String s) {
        reallyTestAllMatches(matcher, s);
        reallyTestNoMatches(matcher.negate(), s);
    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)
Back to Top