Checks whether the passed char is in uppercase as per the supplied case mappings.
Character to examine.
Server case mapping; maps uppercase to lowercase characters.
true if the passed c is in uppercase, false if not.
See Implementation
Checks whether the passed char is in uppercase as per the supplied case mappings.