QUOTE
strcpy(&line[count], QUOTE);
count += strlen(QUOTE);
int32 quoteLength = strlen(QUOTE);
memcpy(&target[targetLength], QUOTE, quoteLength);
int32 quoteLength = strlen(QUOTE);
if (!strncmp(text, QUOTE, quoteLength)) {
const char *quote = QUOTE;
const int32 quoteLength = strlen(QUOTE);
strcpy(outText + outLength, QUOTE);
useAccountFrom == ACCOUNT_FROM_MAIL, QUOTE);
fContentView->TextView()->Insert((const char*)QUOTE);
*bufnext++ = QUOTE;