Lines Matching full:units
128 * <p>In ICU, a Unicode string consists of 16-bit Unicode <em>code units</em>.
130 * (the most common case) or with a matched pair of special code units
131 * ("surrogates"). The data type for code units is UChar.
135 * <p>Indexes and offsets into and lengths of strings always count code units, not code points.
406 * stored with pairs of surrogate code units. These have values from 0xd800 to 0xdfff,
425 * stored with pairs of surrogate code units. These have values from 0xd800 to 0xdfff,
431 * @param length The number of code units from this string to compare.
448 * stored with pairs of surrogate code units. These have values from 0xd800 to 0xdfff,
454 * @param length The number of code units from this string to compare.
457 * @param srcLength The number of code units from that string to compare.
475 * stored with pairs of surrogate code units. These have values from 0xd800 to 0xdfff,
481 * @param srcLength The number of code units from that string to compare.
496 * stored with pairs of surrogate code units. These have values from 0xd800 to 0xdfff,
502 * @param length The number of code units from this string to compare.
519 * stored with pairs of surrogate code units. These have values from 0xd800 to 0xdfff,
525 * @param length The number of code units from this string to compare.
528 * @param srcLength The number of code units from that string to compare.
546 * stored with pairs of surrogate code units. These have values from 0xd800 to 0xdfff,
592 * @param length The number of code units from this string to compare.
617 * @param length The number of code units from this string to compare.
620 * @param srcLength The number of code units from that string to compare.
646 * @param srcLength The number of code units from that string to compare.
669 * @param length The number of code units from this string to compare.
694 * @param length The number of code units from this string to compare.
697 * @param srcLength The number of code units from that string to compare.
1239 * that indicates the text offset of any of the code units
1625 * The length is the number of UChar code units are in the UnicodeString.
1634 * Count Unicode code points in the length UChar code units of the string.
1635 * A code point may occupy either one or two UChar code units.
1636 * Counting code points involves reading all code units.
1641 * @param length the number of UChar code units to check
1642 * @return the number of code points in the specified code units
1650 * Check if the length UChar code units of the string
1658 * A Unicode code point may occupy either one or two UChar code units.
1661 * @param length the number of UChar code units to check