CharCount(Int32)
|
Clone()
|
Creates and returns a copy of this object.
(Inherited from Object)
|
CodePointAt(Char[], Int32, Int32)
|
CodePointAt(Char[], Int32)
|
CodePointAt(ICharSequence, Int32)
|
CodePointAt(String, Int32)
|
CodePointBefore(Char[], Int32, Int32)
|
CodePointBefore(Char[], Int32)
|
CodePointBefore(ICharSequence, Int32)
|
CodePointBefore(String, Int32)
|
CodePointCount(Char[], Int32, Int32)
|
CodePointCount(ICharSequence, Int32, Int32)
|
CodePointCount(String, Int32, Int32)
|
Digit(Int32, Int32)
|
Digit(Int32)
|
Dispose()
|
(Inherited from Object)
|
Dispose(Boolean)
|
(Inherited from Object)
|
Equals(Object)
|
Indicates whether some other object is "equal to" this one.
(Inherited from Object)
|
FoldCase(Int32, Boolean)
|
FoldCase(Int32, FoldCaseOptions)
|
FoldCase(String, Boolean)
|
FoldCase(String, FoldCaseOptions)
|
ForDigit(Int32, Int32)
|
GetAge(Int32)
|
GetBidiPairedBracket(Int32)
|
GetCharFromExtendedName(String)
|
GetCharFromName(String)
|
GetCharFromNameAlias(String)
|
GetCodePoint(Char, Char)
|
GetCodePoint(Char)
|
GetCodePoint(Int32, Int32)
|
GetCombiningClass(Int32)
|
GetDirection(Int32)
|
GetDirectionality(Int32)
|
GetExtendedName(Int32)
|
GetHanNumericValue(Int32)
|
GetHashCode()
|
Returns a hash code value for the object.
(Inherited from Object)
|
GetIntPropertyMaxValue(Int32)
|
GetIntPropertyMinValue(Int32)
|
GetIntPropertyValue(Int32, Int32)
|
GetMirror(Int32)
|
GetName(Int32)
|
GetName(String, String)
|
GetNameAlias(Int32)
|
GetNumericValue(Int32)
|
GetPropertyEnum(ICharSequence)
|
GetPropertyEnum(String)
|
GetPropertyName(Int32, Int32)
|
GetPropertyValueEnum(Int32, ICharSequence)
|
GetPropertyValueEnum(Int32, String)
|
GetPropertyValueName(Int32, Int32, Int32)
|
GetType(Int32)
|
GetUnicodeNumericValue(Int32)
|
HasBinaryProperty(ICharSequence, Int32)
|
HasBinaryProperty(Int32, Int32)
|
HasBinaryProperty(String, Int32)
|
IsBaseForm(Int32)
|
IsBMP(Int32)
|
IsDefined(Int32)
|
IsDigit(Int32)
|
IsHighSurrogate(Char)
|
IsHighSurrogate(Int32)
|
IsIdentifierIgnorable(Int32)
|
IsISOControl(Int32)
|
IsJavaIdentifierPart(Int32)
|
IsJavaIdentifierStart(Int32)
|
IsLegal(Int32)
|
IsLegal(String)
|
IsLetter(Int32)
|
IsLetterOrDigit(Int32)
|
IsLowerCase(Int32)
|
IsLowSurrogate(Char)
|
IsLowSurrogate(Int32)
|
IsMirrored(Int32)
|
IsPrintable(Int32)
|
IsSpaceChar(Int32)
|
IsSupplementary(Int32)
|
IsSupplementaryCodePoint(Int32)
|
IsSurrogatePair(Char, Char)
|
IsSurrogatePair(Int32, Int32)
|
IsTitleCase(Int32)
|
IsUAlphabetic(Int32)
|
IsULowercase(Int32)
|
IsUnicodeIdentifierPart(Int32)
|
IsUnicodeIdentifierStart(Int32)
|
IsUpperCase(Int32)
|
IsUUppercase(Int32)
|
IsUWhiteSpace(Int32)
|
IsValidCodePoint(Int32)
|
IsWhitespace(Int32)
|
JavaFinalize()
|
Called by the garbage collector on an object when garbage collection
determines that there are no more references to the object.
(Inherited from Object)
|
Notify()
|
Wakes up a single thread that is waiting on this object's
monitor.
(Inherited from Object)
|
NotifyAll()
|
Wakes up all threads that are waiting on this object's monitor.
(Inherited from Object)
|
OffsetByCodePoints(Char[], Int32, Int32, Int32, Int32)
|
OffsetByCodePoints(ICharSequence, Int32, Int32)
|
OffsetByCodePoints(String, Int32, Int32)
|
SetHandle(IntPtr, JniHandleOwnership)
|
Sets the Handle property.
(Inherited from Object)
|
ToArray<T>()
|
(Inherited from Object)
|
ToChars(Int32, Char[], Int32)
|
ToChars(Int32)
|
ToCodePoint(Char, Char)
|
ToCodePoint(Int32, Int32)
|
ToLowerCase(Int32)
|
ToLowerCase(Locale, String)
|
ToLowerCase(String)
|
ToLowerCase(ULocale, String)
|
ToString()
|
Returns a string representation of the object.
(Inherited from Object)
|
ToString(Int32)
|
ToTitleCase(Int32)
|
ToTitleCase(Locale, String, BreakIterator, TitlecaseOptions)
|
ToTitleCase(Locale, String, BreakIterator)
|
ToTitleCase(String, BreakIterator)
|
ToTitleCase(ULocale, String, BreakIterator, TitlecaseOptions)
|
ToTitleCase(ULocale, String, BreakIterator)
|
ToUpperCase(Int32)
|
ToUpperCase(Locale, String)
|
ToUpperCase(String)
|
ToUpperCase(ULocale, String)
|
UnregisterFromRuntime()
|
(Inherited from Object)
|
Wait()
|
Causes the current thread to wait until it is awakened, typically
by being <em>notified</em> or <em>interrupted</em>.
(Inherited from Object)
|
Wait(Int64, Int32)
|
Causes the current thread to wait until it is awakened, typically
by being <em>notified</em> or <em>interrupted</em>, or until a
certain amount of real time has elapsed.
(Inherited from Object)
|
Wait(Int64)
|
Causes the current thread to wait until it is awakened, typically
by being <em>notified</em> or <em>interrupted</em>, or until a
certain amount of real time has elapsed.
(Inherited from Object)
|