Home | History | Annotate | Download | only in unicode

Lines Matching full:character

70      * an input character directly against the closure set.
97 * the current character is contained vs. not contained in the set.
153 * Stops before the first set element (character or string).
189 * with a match at each position with the longest single set element (character or string).
260 * @param start first character of the range, inclusive
261 * @param end last character of the range, inclusive
385 * @param start first character in the set, inclusive
386 * @param end last character in the set, inclusive
401 * The character at pattern[0] must be a '['.
407 * the index of the character after the closing ']'
508 * character to their hex escape representations, \\uxxxx or
522 * Adds the given character to the given USet. After this call,
525 * @param set the object to which to add the character
526 * @param c the character to add
551 * @param set the object to which to add the character
552 * @param start the first character of the range to add, inclusive
553 * @param end the last character of the range to add, inclusive
563 * @param set the object to which to add the character
573 * If this set already any particular character, it has no effect on that character.
575 * @param set the object to which to add the character
584 * Removes the given character from the given USet. After this call,
587 * @param set the object from which to remove the character
588 * @param c the character to remove
598 * @param set the object to which to add the character
599 * @param start the first character of the range to remove, inclusive
600 * @param end the last character of the range to remove, inclusive
610 * @param set the object to which to add the character
640 * @param start first character, inclusive, of range to be retained
642 * @param end last character, inclusive, of range to be retained
688 * set. Any character in the other set will be removed if it is
714 * 1. For each character or string 'a' in this set, all strings or
759 * Returns TRUE if the given USet contains the given character.
773 * @param start the first character of the range to test, inclusive
774 * @param end the last character of the range to test, inclusive
793 * Returns the index of the given character within this set, where
794 * the set is ordered by ascending code point. If the character
798 * @param c the character to obtain the index for
806 * Returns the character at the given index within this set, where
812 * @return the character at the given index, or (UChar32)-1.
833 * @return a non-negative integer counting the character ranges
846 * @param start pointer to variable to receive first character
848 * @param end pointer to variable to receive last character in range,
1075 * Set the USerializedSet to contain the given character (and nothing
1086 * character.
1100 * @return a non-negative integer counting the character ranges
1113 * @param pStart pointer to variable to receive first character
1115 * @param pEnd pointer to variable to receive last character in range,