Lines Matching defs:AppendChar
274 void FormatEntity::Entry::AppendChar(char ch) {
2102 parent_entry.AppendChar('\a');
2105 parent_entry.AppendChar('\b');
2108 parent_entry.AppendChar('\f');
2111 parent_entry.AppendChar('\n');
2114 parent_entry.AppendChar('\r');
2117 parent_entry.AppendChar('\t');
2120 parent_entry.AppendChar('\v');
2123 parent_entry.AppendChar('\'');
2126 parent_entry.AppendChar('\\');
2145 parent_entry.AppendChar((char)octal_value);
2171 parent_entry.AppendChar((char)hex_value);
2178 parent_entry.AppendChar(desens_char);
2185 parent_entry.AppendChar(desens_char);