|
gcc_pure static gcc_nonnull_all size_t | StringLength (const wchar_t *p) noexcept |
|
gcc_pure static gcc_nonnull_all const wchar_t * | StringFind (const wchar_t *haystack, const wchar_t *needle) noexcept |
|
gcc_pure static gcc_nonnull_all const wchar_t * | StringFind (const wchar_t *haystack, wchar_t needle, size_t size) noexcept |
|
gcc_pure static gcc_nonnull_all wchar_t * | StringFind (wchar_t *haystack, wchar_t needle, size_t size) noexcept |
|
gcc_pure static gcc_nonnull_all const wchar_t * | StringFind (const wchar_t *haystack, wchar_t needle) noexcept |
|
gcc_pure static gcc_nonnull_all wchar_t * | StringFind (wchar_t *haystack, wchar_t needle) noexcept |
|
gcc_pure static gcc_nonnull_all const wchar_t * | StringFindLast (const wchar_t *haystack, wchar_t needle) noexcept |
|
gcc_pure static gcc_nonnull_all wchar_t * | StringFindLast (wchar_t *haystack, wchar_t needle) noexcept |
|
static gcc_nonnull_all void | UnsafeCopyString (wchar_t *dest, const wchar_t *src) noexcept |
|
static gcc_nonnull_all wchar_t * | UnsafeCopyStringP (wchar_t *dest, const wchar_t *src) noexcept |
|
gcc_pure static gcc_nonnull_all bool | StringIsEqual (const wchar_t *str1, const wchar_t *str2) noexcept |
| Checks whether str1 and str2 are equal. More...
|
|
gcc_pure static gcc_nonnull_all bool | StringIsEqual (const wchar_t *a, const wchar_t *b, size_t length) noexcept |
| Checks whether #a and #b are equal. More...
|
|
gcc_malloc static gcc_nonnull_all wchar_t * | DuplicateString (const wchar_t *p) |
|