Home | History | Annotate | Download | only in impl

Lines Matching refs:cpLength

158             int cpLength, int options, Edits edits) throws IOException {
163 edits.addUnchanged(cpLength);
172 edits.addReplace(cpLength, result);
178 edits.addReplace(cpLength, length);
359 int cpLength = Character.charCount(c);
360 i += cpLength;
362 appendResult(c, dest, cpLength, options, edits);