Searched defs:isIdentifierIgnorableImpl (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/lang/
H A DCharacter.java2715 return isIdentifierIgnorableImpl(codePoint);
2718 private static native boolean isIdentifierIgnorableImpl(int codePoint); method in class:Character

Completed in 29 milliseconds