NeKernel dev
Loading...
Searching...
No Matches
AsciiUtils.cc File Reference
#include <NeKit/Utils.h>

Namespaces

namespace  Kernel
 UPS inline definitions.

Functions

Int Kernel::rt_string_cmp (const Char *src, const Char *cmp, Size len)
Size Kernel::rt_string_len (const Char *str, SizeT _len)
Size Kernel::rt_string_len (const Char *str)
const CharKernel::rt_alloc_string (const Char *text)
Int Kernel::rt_copy_memory_safe (const voidPtr src, voidPtr dst, Size len, Size dst_size)
 Safe memory functions API =========================================================== ///.
voidPtr Kernel::rt_set_memory_safe (voidPtr dst, UInt32 value, Size len, Size dst_size)
void Kernel::rt_zero_memory (voidPtr pointer, Size len)
voidPtr Kernel::rt_set_memory (voidPtr dst, UInt32 val, Size len)
Int Kernel::rt_copy_memory (const voidPtr src, voidPtr dst, Size len)
 ASCII API =========================================================== ///.
Int Kernel::rt_to_uppercase (Int c)
Int Kernel::rt_to_lower (Int c)
Int32 Kernel::rt_is_alnum (Int character)
Boolean Kernel::rt_is_space (Int chr)
Boolean Kernel::rt_is_newln (Int chr)
Char Kernel::rt_to_char (UInt64 value, Int32 base)
Boolean Kernel::rt_to_string (Char *str_out, UInt64 base, Int32 limit)
voidPtr Kernel::rt_string_in_string (const Char *in, const Char *needle)
char * Kernel::rt_string_has_char (Char *str, Char chr)