Searched refs:codepoint (Results 1 – 10 of 10) sorted by relevance
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()
930 int codepoint = value.codePointAt(left);932 if (codepoint != ' ' && codepoint != '\t' && !Character.isWhitespace(codepoint)) {935 left += Character.charCount(codepoint);952 int codepoint = value.codePointBefore(right);954 if (codepoint != ' ' && codepoint != '\t' && !Character.isWhitespace(codepoint)) {957 right -= Character.charCount(codepoint);
372 int codepoint = Character.codePointAt(seq, i); in codePointCount() local374 len = Character.charCount(codepoint); in codePointCount()
216 // Simple codepoint class237 // Range codepoint class
3 # {codepoint}:{canEncode}:{encoding bytes}