Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CR (0.3 sec)

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

       * to the first printing position on the same printing line. (Applicable also to display devices.)
       *
       * @since 8.0
       */
      public static final byte CR = 13;
    
      /**
       * Shift Out: A control character indicating that the code combinations which follow shall be
       * interpreted as outside of the character set of the standard code table until a Shift In
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Mon Jul 19 15:43:07 GMT 2021
    - 21.6K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/base/Ascii.java

       * to the first printing position on the same printing line. (Applicable also to display devices.)
       *
       * @since 8.0
       */
      public static final byte CR = 13;
    
      /**
       * Shift Out: A control character indicating that the code combinations which follow shall be
       * interpreted as outside of the character set of the standard code table until a Shift In
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Mon Jul 19 15:43:07 GMT 2021
    - 21.6K bytes
    - Viewed (0)
Back to top