Searched refs:codepoint (Results 1 – 8 of 8) sorted by relevance
92 int codepoint = value.codePointAt(left); in indexOfNonWhitespace() local94 if (codepoint != ' ' && codepoint != '\t' && !Character.isWhitespace(codepoint)) { in indexOfNonWhitespace()97 left += Character.charCount(codepoint); in indexOfNonWhitespace()114 int codepoint = value.codePointBefore(right); in lastIndexOfNonWhitespace() local116 if (codepoint != ' ' && codepoint != '\t' && !Character.isWhitespace(codepoint)) { in lastIndexOfNonWhitespace()119 right -= Character.charCount(codepoint); in lastIndexOfNonWhitespace()
566 private Range rangeForCodePoint(final int codepoint) { in rangeForCodePoint() argument567 if (currentRange.inRange(codepoint)) { in rangeForCodePoint()578 if (codepoint < range.start) { in rangeForCodePoint()580 } else if (codepoint >= range.end) { in rangeForCodePoint()589 if (ranges[i].inRange(codepoint)) { in rangeForCodePoint()
3 # {codepoint}:{canEncode}:{encoding bytes}