|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::lang::UnicodeCharacter Class Reference#include <UnicodeCharacter.h>
Inheritance diagram for acdk::lang::UnicodeCharacter:
List of all members.
Detailed Description
Wrapper to the basic uc2char type and provides extended information for a given unicode character.
API: Java, ACDK
- Author:
- Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.9
- Date:
- Date
- 2005/04/09 19:26:51
TYPE is not field, but method getTYPE().
Constructor & Destructor Documentation
acdk::lang::UnicodeCharacter::UnicodeCharacter |
( |
uc2char |
value |
) |
[inline] |
|
Member Function Documentation
int acdk::lang::UnicodeCharacter::asciiDigit |
( |
uc2char |
ch, |
|
|
int |
idx |
|
) |
[static] |
|
|
return the integer number of a digit (0 - 9, A - Z)
- Parameters:
-
ch | the character (digit or letter) |
idx | radix of the number |
|
virtual uc2char acdk::lang::UnicodeCharacter::charValue |
( |
|
) |
[inline, virtual] |
|
RObject acdk::lang::UnicodeCharacter::clone |
( |
|
) |
[inline, virtual] |
|
int acdk::lang::UnicodeCharacter::compareTo |
( |
uc2char |
first, |
|
|
uc2char |
second |
|
) |
[inline, static] |
|
int acdk::lang::UnicodeCharacter::compareTo |
( |
IN(RObject) |
other |
) |
[inline, virtual] |
|
virtual int acdk::lang::UnicodeCharacter::compareTo |
( |
IN(RUnicodeCharacter) |
other |
) |
[inline, virtual] |
|
int acdk::lang::UnicodeCharacter::compareToIgnoreCase |
( |
uc2char |
first, |
|
|
uc2char |
second |
|
) |
[inline, static] |
|
RObject acdk::lang::UnicodeCharacter::create_instance |
( |
|
) |
[inline, static] |
|
int acdk::lang::UnicodeCharacter::decVal |
( |
ucchar |
c |
) |
[static] |
|
|
return the decimal value of given digit value This call is only value if isDigit(c) is true
|
bool acdk::lang::UnicodeCharacter::equals |
( |
IN(RObject) |
other |
) |
[virtual] |
|
RString acdk::lang::UnicodeCharacter::getCharacterDescription |
( |
uc2char |
c |
) |
[static] |
|
|
extended return a description of this character
|
RClass acdk::lang::UnicodeCharacter::getTYPE |
( |
|
) |
[static] |
|
int acdk::lang::UnicodeCharacter::hashCode |
( |
|
) |
[inline, virtual] |
|
bool acdk::lang::UnicodeCharacter::isControl |
( |
uc2char |
c |
) |
[static] |
|
bool acdk::lang::UnicodeCharacter::isDigit |
( |
uc2char |
c |
) |
[static] |
|
bool acdk::lang::UnicodeCharacter::isJavaIdentifierPart |
( |
uc2char |
c |
) |
[static] |
|
bool acdk::lang::UnicodeCharacter::isJavaIdentifierStart |
( |
uc2char |
c |
) |
[static] |
|
bool acdk::lang::UnicodeCharacter::isLetter |
( |
uc2char |
c |
) |
[static] |
|
bool acdk::lang::UnicodeCharacter::isLetterOrDigit |
( |
uc2char |
c |
) |
[inline, static] |
|
bool acdk::lang::UnicodeCharacter::isLowerCase |
( |
uc2char |
c |
) |
[static] |
|
bool acdk::lang::UnicodeCharacter::isMark |
( |
uc2char |
c |
) |
[static] |
|
bool acdk::lang::UnicodeCharacter::isPunctation |
( |
uc2char |
c |
) |
[static] |
|
bool acdk::lang::UnicodeCharacter::isSpace |
( |
uc2char |
c |
) |
[static] |
|
bool acdk::lang::UnicodeCharacter::isSymbol |
( |
uc2char |
c |
) |
[static] |
|
bool acdk::lang::UnicodeCharacter::isTitleCase |
( |
uc2char |
c |
) |
[static] |
|
bool acdk::lang::UnicodeCharacter::isUnicodeIdentifierPart |
( |
uc2char |
c |
) |
[static] |
|
bool acdk::lang::UnicodeCharacter::isUnicodeIdentifierStart |
( |
uc2char |
c |
) |
[static] |
|
bool acdk::lang::UnicodeCharacter::isUpperCase |
( |
uc2char |
c |
) |
[static] |
|
bool acdk::lang::UnicodeCharacter::isWhitespace |
( |
uc2char |
c |
) |
[inline, static] |
|
bool acdk::lang::UnicodeCharacter::isWhitespaceOnly |
( |
uc2char |
c |
) |
[static] |
|
uc2char acdk::lang::UnicodeCharacter::toLowerCase |
( |
uc2char |
c |
) |
[static] |
|
RString acdk::lang::UnicodeCharacter::toString |
( |
|
) |
[virtual] |
|
uc2char acdk::lang::UnicodeCharacter::toUpperCase |
( |
uc2char |
c |
) |
[static] |
|
Member Data Documentation
|
|