Home | History | Annotate | Download | only in unicode

Lines Matching full:range

68  * standards do not define their semantics beyond the ASCII range, which means
816 UBLOCK_NO_BLOCK = 0, /*[none]*/ /* Special range indicating No_Block */
1764 * 0 if the property selector is out of range.
1793 * <=0 if the property selector is out of range.
2325 * Callback from u_enumCharTypes(), is called for each contiguous range
2332 * @param start the first code point in a contiguous range with value
2333 * @param limit one past the last code point in a contiguous range with value
2350 * For each contiguous range of code points with a given general category ("character type"),
2355 * @param enumRange a pointer to a function that is called for each contiguous range
2537 * @param start The first code point in the enumeration range.
2538 * @param limit One more than the last code point in the enumeration range
2539 * (the first one after the range).
2568 * If out of range, NULL is returned.
2570 * @param nameChoice selector for which name to get. If out of range,
2577 * property or the nameChoice is out of range. If a given
2629 * If out of range, NULL is returned.
2632 * of range, NULL is returned. In general, valid values range
2636 * values are not contiguous and range from 0..240. (3.)
2640 * [:L:] to be represented. Mask values range
2643 * @param nameChoice selector for which name to get. If out of range,
2650 * property or the nameChoice is out of range. If a given
2682 * If out of range, UCHAR_INVALID_CODE is returned.
2936 * If the radix is not in the range <code>2<=radix<=36</code> or if the
2951 * <li>Latin letters from both the ASCII range (0061..007A, 0041..005A)
2952 * as well as from the Fullwidth ASCII range (FF41..FF5A, FF21..FF3A)