isValidCodePoint

fun isValidCodePoint(codePoint: Int): Boolean

Determines whether the specified code point is a valid Unicode code point value.

Return

true if the specified code point value is between .MIN_CODE_POINT and .MAX_CODE_POINT inclusive; false otherwise.

Since

1.5

Parameters

codePoint

the Unicode code point to be tested