Home | History | Annotate | Download | only in lang

Lines Matching defs:nextCodePoint

689     static int nextCodePoint(int c) {
716 for (first = c = 0;; c = nextCodePoint(c)) {