Home | History | Annotate | Download | only in translit

Lines Matching refs:trail

3042             // if s has two code points, (or more), add the lead/trail information
3048 // add all the trail characters
3072 for (String trail : trailSet) {
3073 can.setSource(source + trail);
3075 if (t.endsWith(trail)) continue;