Home | History | Annotate | Download | only in common

Lines Matching refs:lead

129                 UChar lead = ut->chunkContents[ut->chunkOffset-1];
130 if (U16_IS_LEAD(lead)) {
215 // the original position before the unpaired lead still needs to be restored.
284 // c is an unpaired lead surrogate at the end of the text.
291 // c was an unpaired lead surrogate, not at the end of the text.
317 // (A lead surrogate seen here is just returned as is, as a surrogate value.
330 UChar32 lead = ut->chunkContents[ut->chunkOffset-1];
331 if (U16_IS_LEAD(lead) == FALSE) {
337 UChar32 supplementary = U16_GET_SUPPLEMENTARY(lead, c);
338 ut->chunkOffset--; // move iteration position over the lead surrogate.
1786 // If this turns out to be a lead surrogate, we can lop it off and still have
2458 // If the current end is on a lead surrogate, back the end up by one.
2545 // If the limit index points to a lead surrogate of a pair,
2766 ci->setIndex32(start32); // Moves ix to lead of surrogate pair, if needed.