#include "ktypes.h"
Defines | |
| #define | KWString_new(len) _KWString_new (len, __K_FILE__, __K_LINE__) |
| Returns a string of length given as a parameter plus 1. All the characters of the string are equal to ''. | |
Functions | |
| KTL_API KWString | _KWString_new (const KInt64 len, KString sFile, KInt iLine) |
| Returns a string of length given as a parameter plus 1. All the characters of the string are equal to ''. | |
| KTL_API k_size_t | k_wcslen (KWString str) |
| Gets the length of a string. | |
| KTL_API KInt | k_wcscmp (KWString str1, KWString str2) |
| Compares twos strings. | |
| KTL_API KWString | k_wcsdup (KWString src) |
| Duplicates the given string. | |
| KTL_API KWString | k_wcsstr (KWString strToken, KWString strDelim) |
| Returns the first occurrence of a search string in a string. | |
| KTL_API k_size_t | k_mbstowcs (KWString wstr, KCString str, k_size_t size) |
| The multi-byte character string is interpreted character by character and translated to an equivalent. | |
| KTL_API k_size_t | k_wcstombs (KString str, KWString wstr, k_size_t size) |
| The string is interpreted character by character and translated to its multi-byte equivalent. | |
|
|
Returns a string of length given as a parameter plus 1. All the characters of the string are equal to ''.
|
|
||||||||||||||||
|
Returns a string of length given as a parameter plus 1. All the characters of the string are equal to ''.
|
|
||||||||||||||||
|
The multi-byte character string is interpreted character by character and translated to an equivalent.
|
|
||||||||||||
|
Compares twos strings.
|
|
|
Duplicates the given string.
|
|
|
Gets the length of a string.
|
|
||||||||||||
|
Returns the first occurrence of a search string in a string.
|
|
||||||||||||||||
|
The string is interpreted character by character and translated to its multi-byte equivalent.
|
1.3.8