Home
last modified time | relevance | path

Searched defs:codepoint (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/test/java/lang/Character/
DSupplementary.java372 int codepoint = Character.codePointAt(seq, i); in codePointCount() local
/libcore/ojluni/src/main/java/java/awt/font/
DNumericShaper.java566 private Range rangeForCodePoint(final int codepoint) { in rangeForCodePoint()