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
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:
- a letter
- a currency symbol (such as "$")
- a connecting punctuation symbol (such as "_").
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