Home | History | Annotate | Download | only in coll

Lines Matching refs:lastStarterLength

966         int lastStarterLength = Character.offsetByCodePoints(decomp, 0, 1);
967 if(lastStarterLength == decomp.length()) {
972 if(equalSubSequences(nfdString, indexAfterLastStarter, decomp, lastStarterLength)) {
983 newString.append(nfdString, 0, indexAfterLastStarter - lastStarterLength)
989 int decompIndex = lastStarterLength;