Searched defs:codepoint (Results 1 – 2 of 2) sorted by relevance
372 int codepoint = Character.codePointAt(seq, i); in codePointCount() local
566 private Range rangeForCodePoint(final int codepoint) { in rangeForCodePoint()