U_CAPI bool_t U_EXPORT2 u_isJavaIDPart (UChar c)

A convenience method for determining if a Unicode character may be part of a Java identifier other than the starting character

Documentation

A convenience method for determining if a Unicode character may be part of a Java identifier other than the starting character.

A character may be part of a Java identifier if and only if it is one of the following:

Returns:
TRUE if the character may be part of a Unicode identifier; FALSE otherwise.
Parameters:
c - the Unicode character.
See Also:
u_isIDIgnorable
u_isJavaIDStart
u_isalpha
u_isdigit
u_isIDPart

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de