isBmpCodePoint

fun isBmpCodePoint(codePoint: Int): Boolean

Determines whether the specified character (Unicode code point) is in the #BMP. Such code points can be represented using a single char.

Return

true if the specified code point is between .MIN_VALUE and .MAX_VALUE inclusive; false otherwise.

Since

1.7

Parameters

codePoint

the character (Unicode code point) to be tested