Home | History | Annotate | Download | only in common

Lines Matching refs:lead

126                 UChar lead = ut->chunkContents[ut->chunkOffset-1];
127 if (UTF16_IS_LEAD(lead)) {
212 // the original position before the unpaired lead still needs to be restored.
281 // c is an unpaired lead surrogate at the end of the text.
288 // c was an unpaired lead surrogate, not at the end of the text.
314 // (A lead surrogate seen here is just returned as is, as a surrogate value.
327 UChar32 lead = ut->chunkContents[ut->chunkOffset-1];
328 if (U16_IS_LEAD(lead) == FALSE) {
334 UChar32 supplementary = U16_GET_SUPPLEMENTARY(lead, c);
335 ut->chunkOffset--; // move iteration position over the lead surrogate.
2138 // If this turns out to be a lead surrogate, we can lop it off and still have
2814 // If the current end is on a lead surrogate, back the end up by one.
2901 // If the limit index points to a lead surrogate of a pair,
3122 ci->setIndex32(start32); // Moves ix to lead of surrogate pair, if needed.