Home | History | Annotate | Download | only in unicode

Lines Matching full:range

68  * standards do not define their semantics beyond the ASCII range, which means
745 UBLOCK_NO_BLOCK = 0, /*[none]*/ /* Special range indicating No_Block */
1515 * 0 if the property selector is out of range.
1544 * <=0 if the property selector is out of range.
2077 * Callback from u_enumCharTypes(), is called for each contiguous range
2084 * @param start the first code point in a contiguous range with value
2085 * @param limit one past the last code point in a contiguous range with value
2102 * For each contiguous range of code points with a given general category ("character type"),
2107 * @param enumRange a pointer to a function that is called for each contiguous range
2289 * @param start The first code point in the enumeration range.
2290 * @param limit One more than the last code point in the enumeration range
2291 * (the first one after the range).
2320 * If out of range, NULL is returned.
2322 * @param nameChoice selector for which name to get. If out of range,
2329 * property or the nameChoice is out of range. If a given
2381 * If out of range, NULL is returned.
2384 * of range, NULL is returned. In general, valid values range
2388 * values are not contiguous and range from 0..240. (3.)
2392 * [:L:] to be represented. Mask values range
2395 * @param nameChoice selector for which name to get. If out of range,
2402 * property or the nameChoice is out of range. If a given
2434 * If out of range, UCHAR_INVALID_CODE is returned.
2672 * If the radix is not in the range <code>2<=radix<=36</code> or if the
2687 * <li>Latin letters from both the ASCII range (0061..007A, 0041..005A)
2688 * as well as from the Fullwidth ASCII range (FF41..FF5A, FF21..FF3A)