Home | History | Annotate | Download | only in impl

Lines Matching defs:appendCodePoint

336     private static int appendCodePoint(Appendable a, int c) throws IOException {
362 appendCodePoint(dest, ~result);
370 int length = appendCodePoint(dest, result);