Home | History | Annotate | Download | only in i18n

Lines Matching refs:trail

411             UChar trail;
412 if(U16_IS_TRAIL(trail = handleGetTrailSurrogate())) {
413 c = U16_GET_SUPPLEMENTARY(c, trail);