Home | History | Annotate | Download | only in common

Lines Matching refs:trail

222         UChar cs, lead=U16_LEAD(c), trail=U16_TRAIL(c);
225 if(cs==lead && *s==trail) {
265 const UChar *limit=s+count-1; /* -1 so that we do not need a separate check for the trail unit */
266 UChar lead=U16_LEAD(c), trail=U16_TRAIL(c);
269 if(*s==lead && *(s+1)==trail) {
397 UChar cs, lead=U16_LEAD(c), trail=U16_TRAIL(c);
400 if(cs==lead && *s==trail) {
441 UChar lead=U16_LEAD(c), trail=U16_TRAIL(c);
444 if(*limit==trail && *(limit-1)==lead) {
507 stringCh = c; /* unpaired trail surrogate */
908 /* trail surrogate code point - make <d800 */
1280 * there is a trail surrogate after it, either as an escape or