Home | History | Annotate | Download | only in unicode

Lines Matching full:bound

762   /** lower bound */
764 /** upper bound that will match strings of exact size */
766 /** upper bound that will match all the strings that have the same initial substring as the given string */
772 * Produce a bound for a given sortkey and a number of levels.
780 * is produced, strings matched would be as above. However, if bound
790 * @param boundType Type of bound required. It can be UCOL_BOUND_LOWER, which
791 * produces a lower inclusive bound, UCOL_BOUND_UPPER, that
792 * produces upper bound that matches strings of the same length
795 * @param noOfLevels Number of levels required in the resulting bound (for most
804 * @return The size needed to fully store the bound.