Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for slice (0.12 sec)

  1. maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java

                                        .getProject();
                            } catch (ProjectBuildingException e) {
                                // MNG-4488 where let invalid parents slide on by
                                if (logger.isDebugEnabled()) {
                                    // Message below is checked for in the MNG-2199 core IT.
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu May 02 15:10:38 GMT 2024
    - 56.9K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/base/CharMatcherTest.java

          if (breakingWhitespace().matches((char) c)) {
            assertTrue(Integer.toHexString(c), whitespace().matches((char) c));
          }
        }
      }
    
      // The next tests require ICU4J and have, at least for now, been sliced out
      // of the open-source view of the tests.
    
      @J2ktIncompatible
      @GwtIncompatible // Character.isISOControl
      public void testJavaIsoControl() {
        for (int c = 0; c <= Character.MAX_VALUE; c++) {
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Wed Feb 21 18:32:41 GMT 2024
    - 30.1K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/base/CharMatcherTest.java

          if (breakingWhitespace().matches((char) c)) {
            assertTrue(Integer.toHexString(c), whitespace().matches((char) c));
          }
        }
      }
    
      // The next tests require ICU4J and have, at least for now, been sliced out
      // of the open-source view of the tests.
    
      @J2ktIncompatible
      @GwtIncompatible // Character.isISOControl
      public void testJavaIsoControl() {
        for (int c = 0; c <= Character.MAX_VALUE; c++) {
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Wed Feb 21 18:32:41 GMT 2024
    - 30.1K bytes
    - Viewed (0)
Back to top