Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for singleWidth (0.07 sec)

  1. guava/src/com/google/common/base/CharMatcher.java

        }
      }
    
      /** Implementation of {@link #singleWidth()}. */
      private static final class SingleWidth extends RangesMatcher {
    
        static final CharMatcher INSTANCE = new SingleWidth();
    
        private SingleWidth() {
          super(
              "CharMatcher.singleWidth()",
              "\u0000\u05be\u05d0\u05f3\u0600\u0750\u0e00\u1e00\u2100\ufb50\ufe70\uff61".toCharArray(),
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 17 13:00:28 UTC 2024
    - 53.9K bytes
    - Viewed (0)
Back to top