Namespaces |
namespace | Steinberg |
Defines |
#define | STR16(x) Steinberg::ConstStringTable::instance ()->getString (x) |
#define | STR(x) x |
#define | tStrBufferSize(buffer) (sizeof(buffer)) |
#define | str8BufferSize(buffer) (sizeof(buffer)/sizeof(Steinberg::char8)) |
#define | str16BufferSize(buffer) (sizeof(buffer)/sizeof(Steinberg::char16)) |
#define | FORMAT_INT64 FORMAT_INT64A |
#define | FORMAT_UINT64 FORMAT_UINT64A |
#define | ENDLINE ENDLINE_A |
Functions |
template<class T > |
int32 | _tstrlen (const T *wcs) |
int32 | tstrlen (const char *str) |
int32 | strlen8 (const char8 *str) |
int32 | strlen16 (const char16 *str) |
template<class T > |
int32 | _tstrcmp (const T *src, const T *dst) |
int32 | tstrcmp (const char *src, const char *dst) |
int32 | strcmp8 (const char8 *src, const char8 *dst) |
int32 | strcmp16 (const char16 *src, const char16 *dst) |
template<class T > |
int32 | _tstrncmp (const T *first, const T *last, uint32 count) |
int32 | tstrncmp (const char *first, const char *last, uint32 count) |
int32 | strncmp8 (const char8 *first, const char8 *last, uint32 count) |
int32 | strncmp16 (const char16 *first, const char16 *last, uint32 count) |
template<class T > |
T * | _tstrcpy (T *dst, const T *src) |
char * | tstrcpy (char *dst, const char *src) |
char8 * | strcpy8 (char8 *dst, const char8 *src) |
char16 * | strcpy16 (char16 *dst, const char16 *src) |
template<class T > |
T * | _tstrncpy (T *dest, const T *source, uint32 count) |
char * | tstrncpy (char *dest, const char *source, uint32 count) |
char8 * | strncpy8 (char8 *dest, const char8 *source, uint32 count) |
char16 * | strncpy16 (char16 *dest, const char16 *source, uint32 count) |
template<class T > |
T * | _tstrcat (T *dst, const T *src) |
char * | tstrcat (char *dst, const char *src) |
char8 * | strcat8 (char8 *dst, const char8 *src) |
char16 * | strcat16 (char16 *dst, const char16 *src) |
void | str8ToStr16 (char16 *dst, const char8 *src, int32 n=-1) |
bool | FIDStringsEqual (FIDString id1, FIDString id2) |