Home | History | Annotate | Download | only in unicode

Lines Matching full:range

46  * modification that they take a character range or single character
57 * argument is a set complement with respect to the superset range
131 * characters, as in "a-z". This specifies the range of all
359 * Constructs a set containing the given range. If <code>end >
362 * @param start first character, inclusive, of range
363 * @param end last character, inclusive, of range
557 * Make this object represent the range <code>start - end</code>.
559 * an empty range.
671 * @param prop a property in the range UCHAR_BIN_START..UCHAR_BIN_LIMIT-1
675 * @param value a value in the range u_getIntPropertyMinValue(prop)..
753 * of the given range.
754 * @param start first character, inclusive, of the range
755 * @param end last character, inclusive, of the range
790 * of the given range.
791 * @param start first character, inclusive, of the range
792 * @param end last character, inclusive, of the range
818 * in the given range.
819 * @param start first character, inclusive, of the range
820 * @param end last character, inclusive, of the range
961 * @param c a character in the range MIN_VALUE..MAX_VALUE
963 * @return the smallest integer i in the range 0..len-1,
992 * out of range, return (UChar32)-1. The inverse of this method is
1001 * Adds the specified range to this set if it is not already
1002 * present. If this set already contains the specified range,
1004 * then an empty range is added, leaving the set unchanged.
1008 * @param start first character, inclusive, of range to be added
1010 * @param end last character, inclusive, of range to be added
1111 * specified range. If <code>end > start</code> then an empty range is
1116 * @param start first character, inclusive, of range to be retained
1118 * @param end last character, inclusive, of range to be retained
1133 * Removes the specified range from this set if it is present.
1134 * The set will not contain the specified range once the call
1135 * returns. If <code>end > start</code> then an empty range is
1139 * @param start first character, inclusive, of range to be removed
1141 * @param end last character, inclusive, of range to be removed
1149 * The set will not contain the specified range once the call
1177 * Complements the specified range in this set. Any character in
1178 * the range will be removed if it is in this set, or will be
1180 * then an empty range is complemented, leaving the set unchanged.
1184 * @param start first character, inclusive, of range to be removed
1186 * @param end last character, inclusive, of range to be removed
1319 * specified range of this set.
1328 * specified range of this set.