Lines Matching full:units
43 * ICU uses 16-bit Unicode (UTF-16) in the form of arrays of UChar code units.
44 * UTF-16 encodes each Unicode code point with either one or two UChar code units.
54 * i.e., as separate units.
58 * for single-unit characters vs. lead units vs. trail units are completely disjoint.
64 * (which use pairs of lead/trail code units called "surrogates"),
90 * Count Unicode code points in the length UChar code units of the string.
91 * A code point may occupy either one or two UChar code units.
92 * Counting code points involves reading all code units.
97 * @param length The number of UChar code units to be checked, or -1 to count all
99 * @return The number of code points in the specified code units.
113 * A Unicode code point may occupy either one or two UChar code units.
165 * Otherwise, the substring edge units would be matched against
188 * Otherwise, the substring edge units would be matched against
252 * Otherwise, the substring edge units would be matched against
275 * Otherwise, the substring edge units would be matched against
1196 * @param pDestLength A pointer to receive the number of units written to the destination. If
1198 * number of output units corresponding to the transformation of
1199 * all the input units, even in case of a buffer overflow.
1225 * @param pDestLength A pointer to receive the number of units written to the destination. If
1227 * number of output units corresponding to the transformation of
1228 * all the input units, even in case of a buffer overflow.
1254 * @param pDestLength A pointer to receive the number of units written to the destination. If
1256 * number of output units corresponding to the transformation of
1257 * all the input units, even in case of a buffer overflow.
1284 * @param pDestLength A pointer to receive the number of units written to the destination. If
1286 * number of output units corresponding to the transformation of
1287 * all the input units, even in case of a buffer overflow.
1318 * @param pDestLength A pointer to receive the number of units written to the destination. If
1320 * number of output units corresponding to the transformation of
1321 * all the input units, even in case of a buffer overflow.
1363 * @param pDestLength A pointer to receive the number of units written to the destination. If
1365 * number of output units corresponding to the transformation of
1366 * all the input units, even in case of a buffer overflow.
1427 * @param pDestLength A pointer to receive the number of units written to the destination. If
1429 * number of output units corresponding to the transformation of
1430 * all the input units, even in case of a buffer overflow.
1464 * @param pDestLength A pointer to receive the number of units written to the destination. If
1466 * number of output units corresponding to the transformation of
1467 * all the input units, even in case of a buffer overflow.
1494 * @param pDestLength A pointer to receive the number of units written to the destination. If
1496 * number of output units corresponding to the transformation of
1497 * all the input units, even in case of a buffer overflow.
1528 * @param pDestLength A pointer to receive the number of units written to the destination. If
1530 * number of output units corresponding to the transformation of
1531 * all the input units, even in case of a buffer overflow.
1573 * @param pDestLength A pointer to receive the number of units written to the destination. If
1575 * number of output units corresponding to the transformation of
1576 * all the input units, even in case of a buffer overflow.