Lines Matching full:lead
273 * Count the trail bytes for a UTF-8 lead byte.
279 * Mask a UTF-8 lead byte, leave only the lower bits that form part of the code point value.
286 /** Is this this code unit the lead code unit (byte) of a code point? @deprecated ICU 2.4. Renamed to U8_IS_LEAD, see utf_old.h. */
295 * Given the lead character, how many bytes are taken by this code point.
504 /** Is uchar a first/lead surrogate? @deprecated ICU 2.4. Renamed to U_IS_LEAD and U16_IS_LEAD, see utf_old.h. */
510 /** Assuming c is a surrogate, is it a first/lead surrogate? @deprecated ICU 2.4. Renamed to U_IS_SURROGATE_LEAD and U16_IS_SURROGATE_LEAD, see utf_old.h. */
1006 * Is this code unit the first one of several (a lead surrogate)?
1042 * i could point to the lead or the trail surrogate for the code point.
1105 * lead surrogate, then i is decremented. Otherwise it is not modified.
1160 * lead surrogate, then i is incremented. Otherwise it is not modified.