|
CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
|
This is the complete list of members for System::Char, including all inherited members.
| ConvertFromUtf32(uint32_t utf32) | System::Char | inlinestatic |
| ConvertToUtf32(char_t highSurrogate, char_t lowSurrogate) | System::Char | inlinestatic |
| ConvertToUtf32(const String &s, int index) | System::Char | static |
| GetNumericValue(char_t c) | System::Char | static |
| GetUnicodeCategory(char_t ch) | System::Char | inlinestatic |
| IsAsciiWhiteSpace(char_t c) | System::Char | inlinestatic |
| IsControl(const char_t *str, int idx) | System::Char | inlinestatic |
| IsControl(char_t c) | System::Char | inlinestatic |
| IsDigit(const char_t *str, int idx) | System::Char | inlinestatic |
| IsDigit(const String &str, const int32_t idx) | System::Char | inlinestatic |
| IsDigit(char_t c) | System::Char | inlinestatic |
| IsHighSurrogate(const String &s, int index) | System::Char | static |
| IsHighSurrogate(const char_t *str, int idx) | System::Char | inlinestatic |
| IsHighSurrogate(char_t c) | System::Char | inlinestatic |
| IsLetter(const char_t *str, int idx) | System::Char | inlinestatic |
| IsLetter(char_t c) | System::Char | inlinestatic |
| IsLetterOrDigit(const char_t *str, int idx) | System::Char | inlinestatic |
| IsLetterOrDigit(char_t c) | System::Char | inlinestatic |
| IsLower(const char_t *str, int idx) | System::Char | inlinestatic |
| IsLower(char_t c) | System::Char | inlinestatic |
| IsLower(const String &str, int idx) | System::Char | static |
| IsLowSurrogate(const char_t *str, int idx) | System::Char | inlinestatic |
| IsLowSurrogate(char_t c) | System::Char | inlinestatic |
| IsNumber(const char_t *str, int idx) | System::Char | inlinestatic |
| IsNumber(char_t c) | System::Char | inlinestatic |
| IsPunctuation(const char_t *str, int idx) | System::Char | inlinestatic |
| IsPunctuation(char_t c) | System::Char | inlinestatic |
| IsSeparator(const char_t *str, int idx) | System::Char | inlinestatic |
| IsSeparator(char_t c) | System::Char | inlinestatic |
| IsSurrogate(char_t c) | System::Char | inlinestatic |
| IsSurrogate(const String &s, int index) | System::Char | static |
| IsSurrogatePair(char_t highSurrogate, char_t lowSurrogate) | System::Char | inlinestatic |
| IsSurrogatePair(const String &str, int index) | System::Char | static |
| IsSymbol(const char_t *str, int idx) | System::Char | inlinestatic |
| IsSymbol(char_t c) | System::Char | inlinestatic |
| IsUpper(const String &str, int idx) | System::Char | static |
| IsUpper(const char_t *str, int idx) | System::Char | inlinestatic |
| IsUpper(char_t c) | System::Char | inlinestatic |
| IsWhiteSpace(const char_t *str, int idx) | System::Char | inlinestatic |
| IsWhiteSpace(char_t c) | System::Char | inlinestatic |
| IsWhiteSpace(const String &str, int index) | System::Char | static |
| Parse(const String &value) | System::Char | static |
| s_category_table | System::Char | protectedstatic |
| s_category_table_astral_index | System::Char | protectedstatic |
| ToLower(char_t c) | System::Char | inlinestatic |
| ToLower(char_t c, const SharedPtr< Globalization::CultureInfo > &culture) | System::Char | inlinestatic |
| ToLowerInvariant(char_t c) | System::Char | inlinestatic |
| ToUpper(char_t c) | System::Char | inlinestatic |
| ToUpper(char_t c, const SharedPtr< Globalization::CultureInfo > &culture) | System::Char | inlinestatic |
| ToUpperInvariant(char_t c) | System::Char | inlinestatic |
| TryParse(const System::String &s, char_t &result) | System::Char | inlinestatic |