Gets information about unicode character. More...
Static Public Member Functions | |
static ASPOSECPP_SHARED_API int | GetDecimalDigitValue (char16_t ch) |
static ASPOSECPP_SHARED_API int | GetDecimalDigitValue (const String &str, int index) |
static ASPOSECPP_SHARED_API int | GetDigitValue (char16_t ch) |
static ASPOSECPP_SHARED_API int | GetDigitValue (const String &str, int index) |
static ASPOSECPP_SHARED_API double | GetNumericValue (char16_t ch) |
static ASPOSECPP_SHARED_API double | GetNumericValue (const String &str, int index) |
static ASPOSECPP_SHARED_API UnicodeCategory | GetUnicodeCategory (char16_t ch) |
static ASPOSECPP_SHARED_API UnicodeCategory | GetUnicodeCategory (const String &str, int index) |
Gets information about unicode character.
|
static |
Gets decimal digit value of the specified character.
ch | Unicode character. |
|
static |
Gets decimal digit value of the character at the specified index of the string.
str | The string containing unicode character. |
index | The index of the unicode character. |
|
static |
Gets digit value of the specified character.
ch | Unicode character. |
|
static |
Gets digit value of the character at the specified index of the string.
str | The string containing unicode character. |
index | The index of the unicode character. |
|
static |
Gets numeric value associated with the specified character.
ch | Unicode character. |
|
static |
Gets numeric value associated with the character at the specified index of the string.
str | The string containing unicode character. |
index | The index of the unicode character. |
|
static |
Gets unicode category of the character.
ch | Unicode character. |
|
static |
Gets unicode category of the character at the specified index of the string.
str | The string containing unicode character. |
index | The index of the unicode character. |