Home | History | Annotate | Download | only in unicode

Lines Matching full:character

35  * represent <em>character classes</em> used in regular expressions.
36 * A character specifies a subset of Unicode code points. Legal
47 * modification that they take a character range or single character
74 * similar to that employed by version 8 regular expression character
84 * <td valign="top">The character 'a'</td>
96 * <td valign="top">The character U+4E01</td>
100 * <td valign="top">The character 'a' and the multicharacter strings &quot;ab&quot; and
110 * Any character may be preceded by a backslash in order to remove any special
134 * left character is greater than or equal to the
135 * right character it is a syntax error. If a '-' occurs as the first
136 * character after the opening '[' or '[^', or if it occurs as the
137 * last character before the closing ']', then it is taken as a
207 * <td valign="top"><em>any character that is not</em><code> special<br>
208 * | ('\' </code><em>any character</em><code>)<br>
214 * <td valign="top"><em>any character for which
215 * </em><code>Character.digit(c, 16)</code><em>
363 * @param start first character, inclusive, of range
364 * @param end last character, inclusive, of range
404 * On output, the position after the last character parsed.
565 * @param start first character in the set, inclusive
566 * @param end last character in the set, inclusive
619 * character at pattern.charAt(pos.getIndex()) must be '[', or the
623 * parse, the ParsePosition is updated to point to the character
634 * The character at pattern.charAt(pos.getIndex()) must be a '['.
636 * the character after the closing ']' of the parsed pattern, or
637 * pattern.length() if the closing ']' is the last character of
662 * character to their hex escape representations, \\uxxxx or
748 * Returns true if this set contains the given character.
750 * @param c character to be checked for containment
757 * Returns true if this set contains every character
759 * @param start first character, inclusive, of the range
760 * @param end last character, inclusive, of the range
796 * @param start first character, inclusive, of the range
797 * @param end last character, inclusive, of the range
824 * @param start first character, inclusive, of the range
825 * @param end last character, inclusive, of the range
972 * first character, text.charAt(start), matches s, so it does not
975 * @param start the first character to match. In the forward
981 * where last is the index of the last character to match.
996 * @param c a character in the range MIN_VALUE..MAX_VALUE
1015 * Returns the index of the given character within this set, where
1016 * the set is ordered by ascending code point. If the character
1025 * Returns the character at the given index within this set, where
1030 * @return the character at the given index, or (UChar32)-1.
1043 * @param start first character, inclusive, of range to be added
1045 * @param end last character, inclusive, of range to be added
1052 * Adds the specified character to this set if it is not already
1053 * present. If this set already contains the specified character,
1086 * If this set already any particular character, it has no effect on that character.
1096 * If this set already any particular character, it has no effect on that character.
1106 * If this set already any particular character, it has no effect on that character.
1116 * If this set already any particular character, it has no effect on that character.
1151 * @param start first character, inclusive, of range to be retained
1153 * @param end last character, inclusive, of range to be retained
1161 * Retain the specified character from this set if it is present.
1174 * @param start first character, inclusive, of range to be removed
1176 * @param end last character, inclusive, of range to be removed
1183 * Removes the specified character from this set if it is present.
1193 * The set will not contain the specified character once the call
1212 * Complements the specified range in this set. Any character in
1219 * @param start first character, inclusive, of range to be removed
1221 * @param end last character, inclusive, of range to be removed
1228 * Complements the specified character in this set. The character
1290 * set. Any character in the other set will be removed if it is
1312 * 1. For each character or string 'a' in this set, all strings or
1353 * Iteration method that returns the first character in the
1362 * Iteration method that returns the last character in the
1468 * Returns <tt>true</tt> if this set contains any character whose low byte
1575 * On return, the position after the last character parsed, that is,