ClanLib  2.3.7
CL_StringHelp Member List

This is the complete list of members for CL_StringHelp, including all inherited members.

bom_none enum valueCL_StringHelp
bom_utf16_be enum valueCL_StringHelp
bom_utf16_le enum valueCL_StringHelp
bom_utf32_be enum valueCL_StringHelp
bom_utf32_le enum valueCL_StringHelp
bom_utf8 enum valueCL_StringHelp
BOMType enum nameCL_StringHelp
bool_to_local8(bool value)CL_StringHelpstatic
bool_to_text(bool value)CL_StringHelpstatic
bool_to_ucs2(bool value)CL_StringHelpstatic
compare(const CL_StringRef8 &a, const CL_StringRef8 &b, bool case_insensitive=false)CL_StringHelpstatic
compare(const CL_StringRef16 &a, const CL_StringRef16 &b, bool case_insensitive=false)CL_StringHelpstatic
cp437_to_text(const CL_StringRef8 &cp437)CL_StringHelpstatic
cp437_to_ucs2(const CL_StringRef8 &cp437)CL_StringHelpstatic
detect_bom(const void *data, CL_String::size_type length)CL_StringHelpstatic
double_to_local8(double value, int num_decimal_places=6)CL_StringHelpstatic
double_to_text(double value, int num_decimal_places=6)CL_StringHelpstatic
double_to_ucs2(double value, int num_decimal_places=6)CL_StringHelpstatic
float_to_local8(float value, int num_decimal_places=6)CL_StringHelpstatic
float_to_text(float value, int num_decimal_places=6)CL_StringHelpstatic
float_to_ucs2(float value, int num_decimal_places=6)CL_StringHelpstatic
int_to_local8(int value)CL_StringHelpstatic
int_to_text(int value)CL_StringHelpstatic
int_to_ucs2(int value)CL_StringHelpstatic
latin1_to_ucs2(const CL_StringRef8 &latin1)CL_StringHelpstatic
latin9_to_ucs2(const CL_StringRef8 &latin9)CL_StringHelpstatic
ll_to_local8(long long value)CL_StringHelpstatic
ll_to_text(long long value)CL_StringHelpstatic
ll_to_ucs2(long long value)CL_StringHelpstatic
local8_to_bool(const CL_StringRef8 &value)CL_StringHelpstatic
local8_to_double(const CL_StringRef8 &value)CL_StringHelpstatic
local8_to_float(const CL_StringRef8 &value)CL_StringHelpstatic
local8_to_int(const CL_StringRef8 &value, int base=10)CL_StringHelpstatic
local8_to_ll(const CL_StringRef8 &value, int base=10)CL_StringHelpstatic
local8_to_lower(const CL_StringRef8 &s)CL_StringHelpstatic
local8_to_text(const CL_StringRef8 &local8)CL_StringHelpstatic
local8_to_ucs2(const CL_StringRef8 &local8)CL_StringHelpstatic
local8_to_uint(const CL_StringRef8 &value, int base=10)CL_StringHelpstatic
local8_to_ull(const CL_StringRef8 &value, int base=10)CL_StringHelpstatic
local8_to_upper(const CL_StringRef8 &s)CL_StringHelpstatic
split_text(const CL_StringRef &text, const CL_StringRef &split_string, bool skip_empty=true)CL_StringHelpstatic
text_to_bool(const CL_StringRef &value)CL_StringHelpstatic
text_to_cp437(const CL_StringRef &text)CL_StringHelpstatic
text_to_double(const CL_StringRef &value)CL_StringHelpstatic
text_to_float(const CL_StringRef &value)CL_StringHelpstatic
text_to_int(const CL_StringRef &value, int base=10)CL_StringHelpstatic
text_to_ll(const CL_StringRef &value, int base=10)CL_StringHelpstatic
text_to_local8(const CL_StringRef &text)CL_StringHelpstatic
text_to_lower(const CL_StringRef &s)CL_StringHelpstatic
text_to_uint(const CL_StringRef &value, int base=10)CL_StringHelpstatic
text_to_ull(const CL_StringRef &value, int base=10)CL_StringHelpstatic
text_to_upper(const CL_StringRef &s)CL_StringHelpstatic
text_to_utf8(const CL_StringRef &text)CL_StringHelpstatic
trim(const CL_StringRef &text)CL_StringHelpstatic
ucs2_to_bool(const CL_StringRef16 &value)CL_StringHelpstatic
ucs2_to_cp437(const CL_StringRef16 &text)CL_StringHelpstatic
ucs2_to_double(const CL_StringRef16 &value)CL_StringHelpstatic
ucs2_to_float(const CL_StringRef16 &value)CL_StringHelpstatic
ucs2_to_int(const CL_StringRef16 &value, int base=10)CL_StringHelpstatic
ucs2_to_latin1(const CL_StringRef16 &ucs2)CL_StringHelpstatic
ucs2_to_latin9(const CL_StringRef16 &ucs2)CL_StringHelpstatic
ucs2_to_ll(const CL_StringRef16 &value, int base=10)CL_StringHelpstatic
ucs2_to_local8(const CL_StringRef16 &ucs2)CL_StringHelpstatic
ucs2_to_lower(const CL_StringRef16 &s)CL_StringHelpstatic
ucs2_to_text(const CL_StringRef16 &ucs2)CL_StringHelpstatic
ucs2_to_uint(const CL_StringRef16 &value, int base=10)CL_StringHelpstatic
ucs2_to_ull(const CL_StringRef16 &value, int base=10)CL_StringHelpstatic
ucs2_to_upper(const CL_StringRef16 &s)CL_StringHelpstatic
ucs2_to_utf8(const CL_StringRef16 &ucs2)CL_StringHelpstatic
uint_to_local8(unsigned int value)CL_StringHelpstatic
uint_to_text(unsigned int value)CL_StringHelpstatic
uint_to_ucs2(unsigned int value)CL_StringHelpstatic
ull_to_local8(unsigned long long value)CL_StringHelpstatic
ull_to_text(unsigned long long value)CL_StringHelpstatic
ull_to_ucs2(unsigned long long value)CL_StringHelpstatic
unicode_to_utf8(unsigned int value)CL_StringHelpstatic
utf8_to_text(const CL_StringRef8 &utf8)CL_StringHelpstatic
utf8_to_ucs2(const CL_StringRef8 &utf8)CL_StringHelpstatic
wchar_to_utf8(wchar_t value)CL_StringHelpstatic