Home | History | Annotate | Download | only in common

Lines Matching defs:supplementary

145     //     and the preceding character is not supplementary.
196 // Normal, non-supplementary case.
201 // Possible supplementary char.
276 // Normal case, not supplementary.
298 UChar32 supplementary = U16_GET_SUPPLEMENTARY(c, trail);
300 return supplementary;
316 // Normal case, not supplementary.
337 UChar32 supplementary = U16_GET_SUPPLEMENTARY(lead, c);
339 return supplementary;
412 // Possible supplementary. Many edge cases.
864 // the last character added being a supplementary, and thus requiring a surrogate
888 // one for a supplementary starting in the last normal position,