Go to the source code of this file.
Functions | |
ON_DECL bool | ON_Base32ToString (const ON_SimpleArray< unsigned char > &base32_digits, ON_String &sBase32) |
ON_DECL bool | ON_Base32ToString (const ON_SimpleArray< unsigned char > &base32_digits, ON_wString &sBase32) |
ON_DECL bool | ON_Base32ToString (const unsigned char *base32_digits, int base32_digit_count, char *sBase32) |
ON_DECL int | ON_CorrectBase32StringTypos (const wchar_t *sBase32, ON_wString &sBase32clean) |
ON_DECL int | ON_CorrectBase32StringTypos (const char *sBase32, ON_String &sBase32clean) |
ON_DECL int | ON_CorrectBase32StringTypos (const char *sBase32, char *sBase32clean) |
ON_DECL int | ON_GetBase32Digits (const ON_SimpleArray< unsigned char > &x, ON_SimpleArray< unsigned char > &base32_digits) |
ON_DECL int | ON_GetBase32Digits (const unsigned char *x, int x_count, unsigned char *base32_digits) |
ON_DECL int | ON_StringToBase32 (const ON_wString &sBase32, ON_SimpleArray< unsigned char > &base32_digits) |
ON_DECL int | ON_StringToBase32 (const ON_String &sBase32, ON_SimpleArray< unsigned char > &base32_digits) |
ON_DECL int | ON_StringToBase32 (const char *sBase32, unsigned char *base32_digits) |
ON_DECL bool ON_Base32ToString | ( | const ON_SimpleArray< unsigned char > & | base32_digits, |
ON_String & | sBase32 | ||
) |
Definition at line 19 of file opennurbs_base32.cpp.
ON_DECL bool ON_Base32ToString | ( | const ON_SimpleArray< unsigned char > & | base32_digits, |
ON_wString & | sBase32 | ||
) |
Definition at line 30 of file opennurbs_base32.cpp.
ON_DECL bool ON_Base32ToString | ( | const unsigned char * | base32_digits, |
int | base32_digit_count, | ||
char * | sBase32 | ||
) |
Definition at line 39 of file opennurbs_base32.cpp.
ON_DECL int ON_CorrectBase32StringTypos | ( | const wchar_t * | sBase32, |
ON_wString & | sBase32clean | ||
) |
Definition at line 91 of file opennurbs_base32.cpp.
ON_DECL int ON_CorrectBase32StringTypos | ( | const char * | sBase32, |
ON_String & | sBase32clean | ||
) |
Definition at line 75 of file opennurbs_base32.cpp.
ON_DECL int ON_CorrectBase32StringTypos | ( | const char * | sBase32, |
char * | sBase32clean | ||
) |
Definition at line 104 of file opennurbs_base32.cpp.
ON_DECL int ON_GetBase32Digits | ( | const ON_SimpleArray< unsigned char > & | x, |
ON_SimpleArray< unsigned char > & | base32_digits | ||
) |
Definition at line 192 of file opennurbs_base32.cpp.
ON_DECL int ON_GetBase32Digits | ( | const unsigned char * | x, |
int | x_count, | ||
unsigned char * | base32_digits | ||
) |
Definition at line 203 of file opennurbs_base32.cpp.
ON_DECL int ON_StringToBase32 | ( | const ON_wString & | sBase32, |
ON_SimpleArray< unsigned char > & | base32_digits | ||
) |
Definition at line 143 of file opennurbs_base32.cpp.
ON_DECL int ON_StringToBase32 | ( | const ON_String & | sBase32, |
ON_SimpleArray< unsigned char > & | base32_digits | ||
) |
Definition at line 149 of file opennurbs_base32.cpp.
ON_DECL int ON_StringToBase32 | ( | const char * | sBase32, |
unsigned char * | base32_digits | ||
) |
Definition at line 160 of file opennurbs_base32.cpp.