Home | History | Annotate | Download | only in text

Lines Matching defs:folded

1452         StringBuilder folded=new StringBuilder();
1453 int folded1Length=csp.toFullFolding(c, folded, 0);
1459 folded.appendCodePoint(c);
1462 folded.appendCodePoint(folded1Length);
1465 String kc1=nfkc.normalize(folded);