Home | History | Annotate | Download | only in source

Lines Matching full:char

49 		const char * Get () const;
53 void Set (const char *s);
55 void Set_ASCII (const char *s);
57 void Set_UTF8 (const char *s);
61 void Set_SystemEncoding (const char *s);
65 void Set_JIS_X208_1990 (const char *s);
67 static uint32 DecodeUTF8 (const char *&s,
71 static bool IsUTF8 (const char *s);
73 void Set_UTF8_or_System (const char *s);
105 static bool Matches (const char *t,
106 const char *s,
111 bool Matches (const char *s,
114 bool StartsWith (const char *s,
117 bool EndsWith (const char *s,
120 bool Contains (const char *s,
124 bool Replace (const char *old_string,
125 const char *new_string,
128 bool TrimLeading (const char *s,
131 void Append (const char *s);
137 void SetLineEndings (char ending);