MCPcopy Create free account
hub / github.com/ReadyTalk/avian / codePointCount

Method codePointCount

classpath/java/lang/String.java:664–666  ·  view source on GitHub ↗
(int start, int end)

Source from the content-addressed store, hash-verified

662 }
663
664 public int codePointCount(int start, int end) {
665 return Character.codePointCount(this, start, end);
666 }
667
668 public String toUpperCase(Locale locale) {
669 if (locale == Locale.ENGLISH) {

Callers

nothing calls this directly

Calls 1

codePointCountMethod · 0.95

Tested by

no test coverage detected