Home | History | Annotate | Download | only in coll

Lines Matching refs:lastStarterLength

962         int lastStarterLength = Character.offsetByCodePoints(decomp, 0, 1);
963 if(lastStarterLength == decomp.length()) {
968 if(equalSubSequences(nfdString, indexAfterLastStarter, decomp, lastStarterLength)) {
979 newString.append(nfdString, 0, indexAfterLastStarter - lastStarterLength)
985 int decompIndex = lastStarterLength;