U_CAPI bool_t U_EXPORT2 u_isJavaIDStart (UChar c)

A convenience method for determining if a Unicode character is allowed as the first character in a Java identifier

Documentation

A convenience method for determining if a Unicode character is allowed as the first character in a Java identifier.

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

Returns:
TRUE if the character may start a Java identifier; FALSE otherwise.
Parameters:
c - the Unicode character.
See Also:
u_isJavaIDPart
u_isalpha
u_isIDStart

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