Home | History | Annotate | Download | only in common

Lines Matching defs:supplementary

142     //     and the preceding character is not supplementary.
193 // Normal, non-supplementary case.
198 // Possible supplementary char.
273 // Normal case, not supplementary.
295 UChar32 supplementary = U16_GET_SUPPLEMENTARY(c, trail);
297 return supplementary;
313 // Normal case, not supplementary.
334 UChar32 supplementary = U16_GET_SUPPLEMENTARY(lead, c);
336 return supplementary;
409 // Possible supplementary. Many edge cases.
1196 // the last character added being a supplementary, and thus requiring a surrogate
1220 // one for a supplementary starting in the last normal position,