Home | History | Annotate | Download | only in unicode

Lines Matching refs:trail

61  * Is this code unit a trail surrogate (U+dc00..U+dfff)?
93 * from its lead and trail surrogates.
95 * lead and trail surrogates.
98 * @param trail trail surrogate (U+dc00..U+dfff)
102 #define U16_GET_SUPPLEMENTARY(lead, trail) \
103 (((UChar32)(lead)<<10UL)+(UChar32)(trail)-U16_SURROGATE_OFFSET)
116 * Get the trail surrogate (0xdc00..0xdfff) for a
119 * @return trail surrogate (U+dc00..U+dfff) for supplementary
145 * The offset may point to either the lead or trail surrogate unit
173 * The offset may point to either the lead or trail surrogate unit
214 * the following trail surrogate as well.
215 * If the offset points to a trail surrogate, then that itself
240 * the following trail surrogate as well.
241 * If the offset points to a trail surrogate or
291 * If the code point is not valid or a trail surrogate does not fit,
390 * If the offset points to the trail surrogate of a surrogate pair,
409 * If the offset points to the trail surrogate of a surrogate pair,
435 * If the offset is behind a trail surrogate unit
440 * The result is undefined if the offset is behind a single, unpaired trail surrogate.
462 * If the offset is behind a trail surrogate unit
466 * trail surrogate, then that itself