, including all inherited members.
append(const GP< GStringRep > &s2) const | GStringRep::UTF8 | [virtual] |
GStringRep::append(const char *s2) const | GStringRep | |
blank(const unsigned int sz=0) const | GStringRep::UTF8 | [virtual] |
cmp(const GP< GStringRep > &s2, const int len=(-1)) const | GStringRep::UTF8 | [virtual] |
GStringRep::cmp(const char *s2, const int len=(-1)) const | GStringRep | |
GStringRep::cmp(const GP< GStringRep > &s1, const GP< GStringRep > &s2, const int len=(-1)) | GStringRep | [static] |
GStringRep::cmp(const GP< GStringRep > &s1, const char *s2, const int len=(-1)) | GStringRep | [static] |
GStringRep::cmp(const char *s1, const GP< GStringRep > &s2, const int len=(-1)) | GStringRep | [static] |
GStringRep::cmp(const char *s1, const char *s2, const int len=(-1)) | GStringRep | [static] |
concat(const GP< GStringRep > &s1, const GP< GStringRep > &s2) const | GStringRep | |
concat(const char *s1, const GP< GStringRep > &s2) const | GStringRep | |
concat(const GP< GStringRep > &s1, const char *s2) const | GStringRep | |
concat(const char *s1, const char *s2) const | GStringRep | |
contains(char const accept[], int from=0) const | GStringRep | |
count | GPEnabled | [protected] |
create(const unsigned int sz=0) | GStringRep::UTF8 | [static] |
create(const char *s) | GStringRep::UTF8 | [static] |
create(const GP< GStringRep > &s1, const GP< GStringRep > &s2) | GStringRep::UTF8 | [static] |
create(const GP< GStringRep > &s1, const char *s2) | GStringRep::UTF8 | [static] |
create(const char *s1, const GP< GStringRep > &s2) | GStringRep::UTF8 | [static] |
create(const char *s1, const char *s2) | GStringRep::UTF8 | [static] |
create(const char *s, const int start, const int length=(-1)) | GStringRep::UTF8 | [static] |
create(const unsigned short *s, const int start, const int length=(-1)) | GStringRep::UTF8 | [static] |
create(const unsigned long *s, const int start, const int length=(-1)) | GStringRep::UTF8 | [static] |
create(const char fmt[], va_list &args) | GStringRep::UTF8 | [static] |
GStringRep::create(const unsigned int sz, TYPE *) | GStringRep | [inline, static] |
create_format(const char fmt[],...) | GStringRep::UTF8 | [static] |
data | GStringRep | [protected] |
downcase(void) const | GStringRep | |
EncodeType enum name | GStringRep | |
EscapeMode enum name | GStringRep | |
firstEndSpace(int from=0, const int len=(-1)) const | GStringRep | |
get_count(void) const | GPEnabled | [inline] |
get_remainder(void) const | GStringRep | [protected, virtual] |
getbuf(int n) const | GStringRep | |
getUCS4(unsigned long &w, const int from) const | GStringRep | |
getValidUCS4(const char *&source) const | GStringRep::UTF8 | [protected, virtual] |
giswlower(const unsigned long w) | GStringRep | [protected, static] |
giswspace(const unsigned long w) | GStringRep | [protected, static] |
giswupper(const unsigned long w) | GStringRep | [protected, static] |
GPEnabled() | GPEnabled | [inline] |
GPEnabled(const GPEnabled &obj) | GPEnabled | [inline] |
GStringRep(void) | GStringRep | |
gtowlower(const unsigned long w) | GStringRep | [protected, static] |
gtowupper(const unsigned long w) | GStringRep | [protected, static] |
hash(const GBaseString &ref) | GStringRep | [friend] |
IS_ESCAPED enum value | GStringRep | |
is_valid(void) const | GStringRep::UTF8 | [virtual] |
isCharType(bool(*xiswtest)(const unsigned long wc), const char *ptr, const bool reverse=false) const | GStringRep | [protected] |
isNative(void) const | GStringRep | [inline, virtual] |
isUTF8(void) const | GStringRep::UTF8 | [virtual] |
NativeToUTF8(const char *s) | GStringRep | [static] |
ncopy(wchar_t *const buf, const int buflen) const | GStringRep::UTF8 | [virtual] |
nextChar(const int from=0) const | GStringRep | |
nextCharType(bool(*xiswtest)(const unsigned long wc), const int from, const int len, const bool reverse=false) const | GStringRep | [protected] |
nextNonSpace(const int from=0, const int len=(-1)) const | GStringRep | |
nextSpace(const int from=0, const int len=(-1)) const | GStringRep | |
NOT_ESCAPED enum value | GStringRep | |
operator=(const GPEnabled &obj) | GPEnabled | [inline] |
rcontains(char const accept[], int from=0) const | GStringRep | |
rsearch(char c, int from=0) const | GStringRep | |
rsearch(char const *str, int from=0) const | GStringRep | |
search(char c, int from=0) const | GStringRep | |
search(char const *str, int from=0) const | GStringRep | |
set_remainder(void const *const buf, const unsigned int size, const EncodeType encodetype) | GStringRep | [protected, virtual] |
set_remainder(void const *const buf, const unsigned int size, const GP< GStringRep > &encoding) | GStringRep | [protected, virtual] |
set_remainder(const GP< Unicode > &remainder) | GStringRep | [protected, virtual] |
setat(int n, char ch) const | GStringRep | |
size | GStringRep | [protected] |
strdup(const char *s) const | GStringRep | |
substr(const char *s, const int start, const int length=(-1)) const | GStringRep | |
substr(const unsigned short *s, const int start, const int length=(-1)) const | GStringRep | |
substr(const unsigned long *s, const int start, const int length=(-1)) const | GStringRep | |
tocase(bool(*xiswcase)(const unsigned long wc), unsigned long(*xtowcase)(const unsigned long wc)) const | GStringRep | [protected] |
toDouble(const int pos, int &endpos) const | GStringRep::UTF8 | [virtual] |
toEscaped(const bool tosevenbit) const | GStringRep | |
toInt(void) const | GStringRep::UTF8 | [virtual] |
toLong(const int pos, int &endpos, const int base=10) const | GStringRep::UTF8 | [virtual] |
toNative(const EscapeMode escape=UNKNOWN_ESCAPED) const | GStringRep::UTF8 | [virtual] |
toThis(const GP< GStringRep > &rep, const GP< GStringRep > &) const | GStringRep::UTF8 | [virtual] |
toULong(const int pos, int &endpos, const int base=10) const | GStringRep::UTF8 | [virtual] |
toUTF8(const bool nothrow=false) const | GStringRep::UTF8 | [virtual] |
UCS4toNative(const unsigned long w, unsigned char *ptr, mbstate_t *ps) | GStringRep | [static] |
UCS4toString(const unsigned long w, unsigned char *ptr, mbstate_t *ps=0) const | GStringRep::UTF8 | [virtual] |
UCS4toUTF16(unsigned long w, unsigned short &w1, unsigned short &w2) | GStringRep | [static] |
UCS4toUTF8(const unsigned long w, unsigned char *ptr) | GStringRep | [static] |
UNKNOWN_ESCAPED enum value | GStringRep | |
upcase(void) const | GStringRep | |
UTF16toUCS4(unsigned long &w, unsigned short const *const s, void const *const eptr) | GStringRep | [static] |
UTF8(void) | GStringRep::UTF8 | |
UTF8ToNative(const char *s, const EscapeMode escape=UNKNOWN_ESCAPED) | GStringRep | [static] |
UTF8toUCS4(unsigned char const *&s, void const *const endptr) | GStringRep | [static] |
UTF8toUCS4(unsigned long &w, unsigned char const s[], void const *const endptr) | GStringRep | [inline, static] |
vformat(va_list args) const | GStringRep | |
XEBCDIC enum value | GStringRep | |
XOTHER enum value | GStringRep | |
XUCS4 enum value | GStringRep | |
XUCS4_2143 enum value | GStringRep | |
XUCS4_3412 enum value | GStringRep | |
XUCS4BE enum value | GStringRep | |
XUCS4LE enum value | GStringRep | |
XUTF16 enum value | GStringRep | |
XUTF16BE enum value | GStringRep | |
XUTF16LE enum value | GStringRep | |
XUTF8 enum value | GStringRep | |
~GPEnabled() | GPEnabled | [virtual] |
~GStringRep() | GStringRep | [virtual] |
~UTF8() | GStringRep::UTF8 | [virtual] |