Lines Matching full:lead
125 UChar lead = ut->chunkContents[ut->chunkOffset-1];
126 if (UTF16_IS_LEAD(lead)) {
211 // the original position before the unpaired lead still needs to be restored.
280 // c is an unpaired lead surrogate at the end of the text.
287 // c was an unpaired lead surrogate, not at the end of the text.
313 // (A lead surrogate seen here is just returned as is, as a surrogate value.
326 UChar32 lead = ut->chunkContents[ut->chunkOffset-1];
327 if (U16_IS_LEAD(lead) == FALSE) {
333 UChar32 supplementary = U16_GET_SUPPLEMENTARY(lead, c);
334 ut->chunkOffset--; // move iteration position over the lead surrogate.
1781 // If this turns out to be a lead surrogate, we can lop it off and still have
2452 // If the current end is on a lead surrogate, back the end up by one.
2539 // If the limit index points to a lead surrogate of a pair,
2759 ci->setIndex32(start32); // Moves ix to lead of surrogate pair, if needed.