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

(str) API to determine code point boundaries

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • 5.0
    • core-libs
    • generic
    • generic

      Name: nl37777 Date: 06/21/2004


      We'd like API to determine the status of an offset. This is
      particularly useful because we decided to split charAt and charBefore,
      and both need to be on 'good' boundaries. Note: if any of these return
      false, then incrementing by one in either direction will return true.
      - boolean String.isCodePointBoundary(int offset);
      - boolean StringBuffer.isCodePointBoundary(int offset);
      - boolean StringBuilder.isCodePointBoundary(int offset);
      - static boolean Character.isCodePointBoundary(char[] buf, int start,
      int limit, int offset);
      - static boolean Character.isCodePointBoundary(CharSequence seq, int
      start, int limit, int offset);

      For more information, see the JSR 204 EG discussions on issue A19.
      ======================================================================

            naoto Naoto Sato
            nlindenbsunw Norbert Lindenberg (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Imported:
              Indexed: