Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for codePointAt (0.15 sec)

  1. android/guava/src/com/google/common/escape/UnicodeEscaper.java

        }
        return new String(dest, 0, destIndex);
      }
    
      /**
       * Returns the Unicode code point of the character at the given index.
       *
       * <p>Unlike {@link Character#codePointAt(CharSequence, int)} or {@link String#codePointAt(int)}
       * this method will never fail silently when encountering an invalid surrogate pair.
       *
       * <p>The behaviour of this method is as follows:
       *
       * <ol>
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Tue Jan 18 20:55:09 GMT 2022
    - 13.2K bytes
    - Viewed (0)
Back to top