Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4985217

JSR 204:Add codePointCount methods to Character, String and StringBuffer/Builder

XMLWordPrintable

    • b47
    • generic
    • generic

      It's been requested to add methods that return the number of Unicode code points in the specified text range in a String, StringBuffer, StringBuilder, CharSequence and char[].

      The following methods:

        Character.codePointCount(CharSequence seq, int beginIndex, int endIndex)
        Character.codePointCount(char[] a, int index, int count)
        String.codePointCount(int beginIndex, int endIndex)
        StringBuffer.codePointCount(int beginIndex, int endIndex)
        StringBuilder.codePointCount(int beginIndex, int endIndex)

      ###@###.### 2004-03-22

            okutsu Masayoshi Okutsu
            okutsu Masayoshi Okutsu
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: