Lines Matching full:units
161 * ICU always counts Unicode code units (UChars) for
193 * that needs the same number of code units (bytes) as were seen by
291 /** Does this scalar Unicode value need multiple code units for storage? @deprecated ICU 2.4. Use U8_LENGTH or test ((uint32_t)(c)>0x7f) instead, see utf_old.h. */
332 /** Average number of code units compared to UTF-16. @deprecated ICU 2.4. Obsolete, see utf_old.h. */
516 /** Get the UTF-32 value from the surrogate code units. @deprecated ICU 2.4. Renamed to U16_GET_SUPPLEMENTARY, see utf_old.h. */
541 /** Does this scalar Unicode value need multiple code units for storage? @deprecated ICU 2.4. Use U16_LENGTH or test ((uint32_t)(c)>0xffff) instead, see utf_old.h. */
550 /** Average number of code units compared to UTF-16. @deprecated ICU 2.4. Obsolete, see utf_old.h. */
555 * of the code units that belong to that code point.
751 * This file defines macros to deal with UTF-32 code units and code points.
786 /* number of code units per code point */
795 /* average number of code units compared to UTF-16 */
921 * Estimate the number of code units for a string based on the number of UTF-16 code units.
1020 * Does this code point require multiple code units (is it a supplementary code point)?
1027 * How many code units are used to encode this code point (1 or 2)?
1034 * How many code units are used at most for any Unicode code point (2)?
1053 * and advance i to beyond the code units of this code point (post-increment).
1065 * Append the code units of code point c to the string at index i
1066 * and advance i to beyond the new code units (post-increment).
1067 * The code units beginning at index i will be overwritten.
1078 * Advance i to beyond the code units of the code point that begins at i.
1089 * Advance i to beyond the code units of the n code points where the first one begins at i.
1116 * Set c to the code point that has code units before i
1130 * to the first code unit of the code point that has code units before i.
1143 * to the first code unit of the n code points that have code units before i.